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:723


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:278


imageCornerStyle

• Optional imageCornerStyle: ImageCornerStyle

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

Defined in

schema.ts:727


imageOutline

• Optional imageOutline: ImageOutline

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

Defined in

schema.ts:725


type

• type: String

Identifies this schema as a string.

Inherited from

BaseStringSchema.type

Defined in

schema.ts:784