Skip to main content

IMenuColumnSelectorOptions<T>

Defined in: js-api/src/widgets/types.ts:133

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.js-api/src/widgets/types.ts:142
columnFilter?(c) => booleanFilters set selector columns to be displayed.js-api/src/widgets/types.ts:151
editable?booleanWhether the current item can be changed or its visibility can be toggled.js-api/src/widgets/types.ts:148
initialValue?TValue put into the selector as initial or to reset.js-api/src/widgets/types.ts:136
onChange?(...args) => voidCalled when selector value is changedjs-api/src/widgets/types.ts:139
visible?booleanWhether the current item is visible.js-api/src/widgets/types.ts:145