calendarviewcreateinput
@nishans/core / Exports / CalendarViewCreateInput
Interface: CalendarViewCreateInput#
Hierarchy#
↳ CalendarViewCreateInput
Index#
Properties#
Properties#
calendar_by#
• calendar_by: string
Defined in: core/types/view.ts:47
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: calendar
Overrides: IViewCreateInput.type
Defined in: core/types/view.ts:46