icollectionblockinput

@nishans/core / Exports / ICollectionBlockInput

Interface: ICollectionBlockInput#

Hierarchy#

Index#

Properties#

Properties#

collection_id#

Optional collection_id: undefined | string

Defined in: core/types/block.ts:20


cover#

Optional cover: undefined | string

Defined in: core/types/block.ts:18


icon#

Optional icon: undefined | string

Defined in: core/types/block.ts:17


id#

Optional id: undefined | string

Defined in: core/types/block.ts:7


properties#

properties: { title: TTextFormat }

Type declaration:#

NameType
titleTTextFormat

Defined in: core/types/block.ts:14


rows#

Optional rows: undefined | Pick<IPageCreateInput, id | properties | format | isPrivate | contents>[]

Defined in: core/types/block.ts:19


schema#

schema: TSchemaUnitInput[]

Defined in: core/types/block.ts:13


type#

type: TBlockType

Defined in: core/types/block.ts:8


views#

views: TViewCreateInput[]

Defined in: core/types/block.ts:12