itblock
@nishans/core / Exports / ITBlock
Interface: ITBlock#
Hierarchy#
- ITBlock
Index#
Properties#
- audio
- bookmark
- breadcrumb
- bulleted_list
- callout
- code
- codepen
- collection_view
- collection_view_page
- column
- column_list
- divider
- drive
- embed
- equation
- factory
- figma
- file
- gist
- header
- image
- link_to_page
- linked_db
- maps
- numbered_list
- page
- quote
- sub_header
- sub_sub_header
- table_of_contents
- text
- to_do
- toggle
- tweet
- video
Properties#
audio#
• audio: Map<string, Block<IAudio, IAudioInput>>
Defined in: core/types/maps.ts:137
bookmark#
• bookmark: Map<string, Block<IWebBookmark, IWebBookmarkInput>>
Defined in: core/types/maps.ts:139
breadcrumb#
• breadcrumb: Map<string, Block<IBreadcrumb, IBreadcrumbInput>>
Defined in: core/types/maps.ts:151
bulleted_list#
• bulleted_list: Map<string, Block<IBulletedList, IBulletedListInput>>
Defined in: core/types/maps.ts:158
callout#
• callout: Map<string, Block<ICallout, ICalloutInput>>
Defined in: core/types/maps.ts:163
code#
• code: Map<string, Block<ICode, ICodeInput>>
Defined in: core/types/maps.ts:140
codepen#
• codepen: Map<string, Block<ICodepen, ICodepenInput>>
Defined in: core/types/maps.ts:144
collection_view#
• collection_view: Map<string, CollectionView>
Defined in: core/types/maps.ts:164
collection_view_page#
• collection_view_page: Map<string, CollectionViewPage>
Defined in: core/types/maps.ts:165
column#
• column: Map<string, Block<IColumn, any>>
Defined in: core/types/maps.ts:168
column_list#
• column_list: Map<string, Block<IColumnList, IColumnListInput>>
Defined in: core/types/maps.ts:167
divider#
• divider: Map<string, Block<IDivider, IDividerInput>>
Defined in: core/types/maps.ts:162
drive#
• drive: Map<string, Block<IDrive, IDriveInput>>
Defined in: core/types/maps.ts:147
embed#
• embed: Map<string, Block<IEmbed, IEmbedInput>>
Defined in: core/types/maps.ts:135
equation#
• equation: Map<string, Block<IEquation, IEquationInput>>
Defined in: core/types/maps.ts:150
factory#
• factory: Map<string, Block<IFactory, IFactoryInput>>
Defined in: core/types/maps.ts:152
figma#
• figma: Map<string, Block<IFigma, IFigmaInput>>
Defined in: core/types/maps.ts:146
file#
• file: Map<string, Block<IFile, IFileInput>>
Defined in: core/types/maps.ts:141
gist#
• gist: Map<string, Block<IGist, IGistInput>>
Defined in: core/types/maps.ts:143
header#
• header: Map<string, Block<IHeader, IHeaderInput>>
Defined in: core/types/maps.ts:155
image#
• image: Map<string, Block<IImage, IImageInput>>
Defined in: core/types/maps.ts:138
link_to_page#
• link_to_page: Map<string, Block<ILinkToPage, ILinkToPageInput>>
Defined in: core/types/maps.ts:134
linked_db#
• linked_db: Map<string, CollectionView>
Defined in: core/types/maps.ts:166
maps#
• maps: Map<string, Block<IMaps, IMapsInput>>
Defined in: core/types/maps.ts:145
numbered_list#
• numbered_list: Map<string, Block<INumberedList, INumberedListInput>>
Defined in: core/types/maps.ts:159
page#
• page: Map<string, Page>
Defined in: core/types/maps.ts:153
quote#
• quote: Map<string, Block<IQuote, IQuoteInput>>
Defined in: core/types/maps.ts:161
sub_header#
• sub_header: Map<string, Block<ISubHeader, ISubHeaderInput>>
Defined in: core/types/maps.ts:156
sub_sub_header#
• sub_sub_header: Map<string, Block<ISubHeader, ISubHeaderInput>>
Defined in: core/types/maps.ts:157
table_of_contents#
• table_of_contents: Map<string, Block<ITOC, ITOCInput>>
Defined in: core/types/maps.ts:149
text#
• text: Map<string, Block<IText, ITextInput>>
Defined in: core/types/maps.ts:148
to_do#
• to_do: Map<string, Block<ITodo, ITodoInput>>
Defined in: core/types/maps.ts:154
toggle#
• toggle: Map<string, Block<IToggle, IToggleInput>>
Defined in: core/types/maps.ts:160
tweet#
• tweet: Map<string, Block<ITweet, ITweetInput>>
Defined in: core/types/maps.ts:142
video#
• video: Map<string, Block<IVideo, IVideoInput>>
Defined in: core/types/maps.ts:136