galleryviewcreateinput

@nishans/core / Exports / GalleryViewCreateInput

Interface: GalleryViewCreateInput#

Hierarchy#

  • IViewCreateInput

  • Partial<Omit<IGalleryViewFormat, gallery_properties>>

    ↳ GalleryViewCreateInput

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


gallery_cover#

• Optional gallery_cover: undefined | { type: page_content | page_cover } | { property: string ; type: property }

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


gallery_cover_aspect#

• Optional gallery_cover_aspect: undefined | cover | contain

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


gallery_cover_size#

• Optional gallery_cover_size: undefined | small | medium | large

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


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: gallery

Overrides: IViewCreateInput.type

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