Skip to content

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

ImageSchema

Properties

codaType

codaType: ImageReference | ImageAttachment

Instructs Coda to render this value as an Image.

Overrides

BaseStringSchema.codaType

Defined in

schema.ts:740


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

schema.ts:285


height

Optional height: string | number

How tall to render the image (supports number or formula). Use 0 for default.

Defined in

schema.ts:750


imageCornerStyle

Optional imageCornerStyle: ImageCornerStyle

ImageCornerStyle type specifying style of corners on images. If unspecified, default is Rounded.

Defined in

schema.ts:744


imageOutline

Optional imageOutline: ImageOutline

ImageOutline type specifying style of outline on images. If unspecified, default is Solid.

Defined in

schema.ts:742


imageShapeStyle

Optional imageShapeStyle: ImageShapeStyle

ImageShapeStyle type specifying shape of image. If unspecified, default is Auto.

Defined in

schema.ts:746


type

type: String

Identifies this schema as a string.

Inherited from

BaseStringSchema.type

Defined in

schema.ts:807


width

Optional width: string | number

How wide to render the image (supports number or formula). Use 0 for default.

Defined in

schema.ts:748