tableviewcreateinput

@nishans/core / Exports / TableViewCreateInput

Interface: TableViewCreateInput#

Hierarchy#

  • IViewCreateInput

  • Partial<Omit<ITableViewFormat, table_properties>>

    ↳ TableViewCreateInput

Index#

Properties#

Properties#

filter_operator#

• Optional filter_operator: undefined | and | or

Inherited from: IViewCreateInput.filter_operator

Defined in: core/types/view.ts:22


filters#

• Optional filters: undefined | TViewFilterCreateInput[]

Inherited from: IViewCreateInput.filters

Defined in: core/types/view.ts:23


id#

• Optional id: undefined | string

Inherited from: IViewCreateInput.id

Defined in: core/types/view.ts:17


name#

• name: string

Inherited from: IViewCreateInput.name

Defined in: core/types/view.ts:19


position#

• Optional position: RepositionParams

Inherited from: IViewCreateInput.position

Defined in: core/types/view.ts:21


schema_units#

• schema_units: TViewSchemaUnitsCreateInput[]

Inherited from: IViewCreateInput.schema_units

Defined in: core/types/view.ts:20


table_wrap#

• table_wrap: undefined | boolean

Defined in: types/dist/view.d.ts:18


type#

• type: table

Overrides: IViewCreateInput.type

Defined in: core/types/view.ts:27