Skip to main content

IMenuColumnSelectorOptions<T>

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

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