Skip to content

@vtj


@vtj / ui / GridCustomInfo

Type Alias: GridCustomInfo

GridCustomInfo = object

Defined in: packages/ui/types/components/grid/types.d.ts:35

Properties

fixed?

optional fixed: Record<string, VxeColumnPropTypes.Fixed>

Defined in: packages/ui/types/components/grid/types.d.ts:40


id

id: string

Defined in: packages/ui/types/components/grid/types.d.ts:36


resize?

optional resize: Record<string, number>

Defined in: packages/ui/types/components/grid/types.d.ts:37


sort?

optional sort: string[]

Defined in: packages/ui/types/components/grid/types.d.ts:39


visible?

optional visible: Record<string, boolean>

Defined in: packages/ui/types/components/grid/types.d.ts:38

Released under the MIT License.