icollectionviewinput
@nishans/core / Exports / ICollectionViewInput
#
Interface: ICollectionViewInput#
Hierarchy↳ ICollectionViewInput
#
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
#
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
Overrides: ICollectionBlockInput.type
Defined in: core/types/block.ts:24
#
views• views: TViewCreateInput[]
Inherited from: ICollectionBlockInput.views
Defined in: core/types/block.ts:12