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¶
height¶
• Optional
height: string
| number
How tall to render the image (supports number or formula). Use 0 for default.
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¶
imageShapeStyle¶
• Optional
imageShapeStyle: ImageShapeStyle
ImageShapeStyle type specifying shape of image. If unspecified, default is Auto.
Defined in¶
type¶
• type: String
Identifies this schema as a string.
Inherited from¶
BaseStringSchema.type
Defined in¶
width¶
• Optional
width: string
| number
How wide to render the image (supports number or formula). Use 0 for default.