Skip to main content

IMenuColumnSelectorOptions<T>

Defined in: src/widgets/types.ts:111

See IMenuSingleColumnSelectorOptions and IMenuMultiColumnSelectorOptions

Extended by

Type Parameters

Type Parameter
T

Properties

PropertyTypeDescriptionDefined in
asGroup?string | nullEither the current item is a separate subgroup by defined string name or inside main menu.src/widgets/types.ts:120
columnFilter?(c) => booleanFilters set selector columns to be displayed.src/widgets/types.ts:129
editable?booleanWhether the current item can be changed or its visibility can be toggled.src/widgets/types.ts:126
initialValue?TValue put into the selector as initial or to reset.src/widgets/types.ts:114
onChange?(...args) => voidCalled when selector value is changedsrc/widgets/types.ts:117
visible?booleanWhether the current item is visible.src/widgets/types.ts:123