interface SingularSelection {
    selectable(): boolean;
    selected(): boolean;
}

Hierarchy (view full)

Methods