ifactoryinput
@nishans/core / Exports / IFactoryInput
Interface: IFactoryInput#
Hierarchy#
IInput
↳ IFactoryInput
Index#
Properties#
Properties#
contents#
• contents: TBlockInput[]
Defined in: core/types/block.ts:210
format#
• Optional format: undefined | { block_color?: undefined | default | gray | brown | orange | yellow | green | blue | purple | pink | red | default_background | gray_background | brown_background | orange_background | yellow_background | teal_background | blue_background | purple_background | pink_background | red_background }
Defined in: core/types/block.ts:209
id#
• Optional id: undefined | string
Defined in: core/types/block.ts:7
properties#
• properties: { title: TTextFormat }
Type declaration:#
| Name | Type |
|---|---|
title | TTextFormat |
Defined in: core/types/block.ts:208
type#
• type: factory
Defined in: core/types/block.ts:207