Interface: ImageSchema¶
core.ImageSchema
A schema representing a return value or object property that is provided as a string, which Coda should interpret as an image.
Hierarchy¶
BaseStringSchema
<ImageReference
|ImageAttachment
>
↳ ImageSchema
Properties¶
codaType¶
• codaType: ImageReference
| ImageAttachment
Instructs Coda to render this value as an Image.
Overrides¶
BaseStringSchema.codaType
Defined in¶
description¶
• Optional
description: string
A explanation of this object schema property shown to the user in the UI.
If your pack has an object schema with many properties, it may be useful to explain the purpose or contents of any property that is not self-evident.
Inherited from¶
BaseStringSchema.description
Defined in¶
imageCornerStyle¶
• Optional
imageCornerStyle: ImageCornerStyle
ImageCornerStyle type specifying style of corners on images. If unspecified, default is Rounded.
Defined in¶
imageOutline¶
• Optional
imageOutline: ImageOutline
ImageOutline type specifying style of outline on images. If unspecified, default is Solid.
Defined in¶
type¶
• type: String
Identifies this schema as a string.
Inherited from¶
BaseStringSchema.type