Interface: ImageSchema¶
Defined in: schema.ts:738
A schema representing a return value or object property that is provided as a string, which Coda should interpret as an image.
Extends¶
BaseStringSchema<ImageReference|ImageAttachment>
Properties¶
codaType¶
codaType:
ImageReference|ImageAttachment
Defined in: schema.ts:740
Instructs Coda to render this value as an Image.
Overrides¶
BaseStringSchema.codaType
description?¶
optionaldescription:string
Defined in: schema.ts:285
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
height?¶
optionalheight:string|number
Defined in: schema.ts:750
How tall to render the image (supports number or formula). Use 0 for default.
imageCornerStyle?¶
optionalimageCornerStyle:ImageCornerStyle
Defined in: schema.ts:744
ImageCornerStyle type specifying style of corners on images. If unspecified, default is Rounded.
imageOutline?¶
optionalimageOutline:ImageOutline
Defined in: schema.ts:742
ImageOutline type specifying style of outline on images. If unspecified, default is Solid.
imageShapeStyle?¶
optionalimageShapeStyle:ImageShapeStyle
Defined in: schema.ts:746
ImageShapeStyle type specifying shape of image. If unspecified, default is Auto.
type¶
type:
String
Defined in: schema.ts:807
Identifies this schema as a string.
Inherited from¶
BaseStringSchema.type
width?¶
optionalwidth:string|number
Defined in: schema.ts:748
How wide to render the image (supports number or formula). Use 0 for default.