icollectionviewpageinput
@nishans/core / Exports / ICollectionViewPageInput
Interface: ICollectionViewPageInput#
Hierarchy#
↳ ICollectionViewPageInput
Index#
Properties#
Properties#
collection_id#
• Optional collection_id: undefined | string
Inherited from: ICollectionBlockInput.collection_id
Defined in: core/types/block.ts:20
cover#
• Optional cover: undefined | string
Inherited from: ICollectionBlockInput.cover
Defined in: core/types/block.ts:18
icon#
• Optional icon: undefined | string
Inherited from: ICollectionBlockInput.icon
Defined in: core/types/block.ts:17
id#
• Optional id: undefined | string
Inherited from: ICollectionBlockInput.id
Defined in: core/types/block.ts:7
isPrivate#
• Optional isPrivate: undefined | boolean
Defined in: core/types/block.ts:29
properties#
• properties: { title: TTextFormat }
Type declaration:#
| Name | Type |
|---|---|
title | TTextFormat |
Inherited from: ICollectionBlockInput.properties
Defined in: core/types/block.ts:14
rows#
• Optional rows: undefined | Pick<IPageCreateInput, id | properties | format | isPrivate | contents>[]
Inherited from: ICollectionBlockInput.rows
Defined in: core/types/block.ts:19
schema#
• schema: TSchemaUnitInput[]
Inherited from: ICollectionBlockInput.schema
Defined in: core/types/block.ts:13
type#
• type: collection_view_page
Overrides: ICollectionBlockInput.type
Defined in: core/types/block.ts:28
views#
• views: TViewCreateInput[]
Inherited from: ICollectionBlockInput.views
Defined in: core/types/block.ts:12