interface CollectionSelection {
    deselect(): this;
    select(): this;
    selectify(): this;
    unselect(): this;
    unselectify(): this;
}

Hierarchy (view full)

Methods

MMNEPVFCICPMFPCPTTAAATR