Skip to main content

SelectionFeatureItemInstance <T>

Index

Properties

deselect

deselect: () => void

Type declaration

    • (): void
    • Returns void

isSelected

isSelected: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

select

select: () => void

Type declaration

    • (): void
    • Returns void

selectUpTo

selectUpTo: (ctrl: boolean) => void

Type declaration

    • (ctrl: boolean): void
    • Parameters

      • ctrl: boolean

      Returns void

toggleSelect

toggleSelect: () => void

Type declaration

    • (): void
    • Returns void