boardviewcreateinput
@nishans/core / Exports / BoardViewCreateInput
Interface: BoardViewCreateInput#
Hierarchy#
Partial<Omit<IBoardViewFormat, board_properties>>
↳ BoardViewCreateInput
Index#
Properties#
- board_cover
- board_cover_aspect
- board_cover_size
- board_groups2
- filter_operator
- filters
- group_by
- id
- name
- position
- schema_units
- type
Properties#
board_cover#
• board_cover: undefined | { type: page_content | page_cover } | { property: string ; type: property }
Defined in: types/dist/view.d.ts:40
board_cover_aspect#
• Optional board_cover_aspect: undefined | cover | contain
Defined in: types/dist/view.d.ts:41
board_cover_size#
• Optional board_cover_size: undefined | small | medium | large
Defined in: types/dist/view.d.ts:42
board_groups2#
• board_groups2: undefined | { hidden: boolean ; property: string ; value: { type: select | multi_select ; value: string } }[]
Defined in: types/dist/view.d.ts:43
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
group_by#
• group_by: string
Defined in: core/types/view.ts:36
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: board
Overrides: IViewCreateInput.type
Defined in: core/types/view.ts:35