timelineviewcreateinput
@nishans/core / Exports / TimelineViewCreateInput
#
Interface: TimelineViewCreateInput#
HierarchyPartial<Omit<ITimelineViewFormat, timeline_properties | timeline_table_properties>>
↳ TimelineViewCreateInput
#
Index#
Properties- filter_operator
- filters
- id
- name
- position
- schema_units
- timeline_by
- timeline_preference
- timeline_show_table
- type
#
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
#
timeline_by• timeline_by: TTimelineViewTimelineby
Defined in: core/types/view.ts:54
#
timeline_preference• timeline_preference: undefined | ITimelineViewFormatPreference
Defined in: types/dist/view.d.ts:92
#
timeline_show_table• timeline_show_table: undefined | boolean
Defined in: types/dist/view.d.ts:94
#
type• type: timeline
Overrides: IViewCreateInput.type
Defined in: core/types/view.ts:53