Coalition Builder Frontend Components v0.1.0
Coalition Builder Frontend Components / types / ContentBlock
Interface: ContentBlock¶
Defined in: shared/types/api.ts:197
Properties¶
id¶
id:
number
Defined in: shared/types/api.ts:198
title?¶
optional
title:string
Defined in: shared/types/api.ts:199
block_type¶
block_type:
string
Defined in: shared/types/api.ts:200
page_type¶
page_type:
string
Defined in: shared/types/api.ts:201
content¶
content:
string
Defined in: shared/types/api.ts:202
image_url?¶
optional
image_url:string
Defined in: shared/types/api.ts:203
image_alt_text?¶
optional
image_alt_text:string
Defined in: shared/types/api.ts:204
image_title?¶
optional
image_title:string
Defined in: shared/types/api.ts:205
image_author?¶
optional
image_author:string
Defined in: shared/types/api.ts:206
image_license?¶
optional
image_license:string
Defined in: shared/types/api.ts:207
image_source_url?¶
optional
image_source_url:string
Defined in: shared/types/api.ts:208
layout_option?¶
optional
layout_option:string
Defined in: shared/types/api.ts:209
vertical_alignment?¶
optional
vertical_alignment:string
Defined in: shared/types/api.ts:210
css_classes?¶
optional
css_classes:string
Defined in: shared/types/api.ts:211
background_color?¶
optional
background_color:string
Defined in: shared/types/api.ts:212
animation_type?¶
optional
animation_type:string
Defined in: shared/types/api.ts:213
animation_delay?¶
optional
animation_delay:number
Defined in: shared/types/api.ts:214
order¶
order:
number
Defined in: shared/types/api.ts:215
is_visible¶
is_visible:
boolean
Defined in: shared/types/api.ts:216
created_at¶
created_at:
string
Defined in: shared/types/api.ts:217
updated_at¶
updated_at:
string
Defined in: shared/types/api.ts:218