listviewcreateinput
@nishans/core / Exports / ListViewCreateInput
Interface: ListViewCreateInput#
Hierarchy#
↳ ListViewCreateInput
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
type#
• type: list
Overrides: IViewCreateInput.type
Defined in: core/types/view.ts:31