Skip to main content

CheckboxesFeatureItemInstance <T>

Index

Properties

getCheckboxProps

getCheckboxProps: () => Record<string, any>

Type declaration

    • (): Record<string, any>
    • Returns Record<string, any>

getCheckedState

getCheckedState: () => CheckedState

Type declaration

isLoadingCheckPropagation

isLoadingCheckPropagation: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

setChecked

setChecked: () => Promise<void>

Will recursively load descendants if propagateCheckedState=true and async data loader is used. If not, this will return immediately.


Type declaration

    • (): Promise<void>
    • Returns Promise<void>

setUnchecked

setUnchecked: () => Promise<void>

Will recursively load descendants if propagateCheckedState=true and async data loader is used. If not, this will return immediately.


Type declaration

    • (): Promise<void>
    • Returns Promise<void>

toggleCheckedState

toggleCheckedState: () => Promise<void>

Will recursively load descendants if propagateCheckedState=true and async data loader is used. If not, this will return immediately.


Type declaration

    • (): Promise<void>
    • Returns Promise<void>