Skip to content

Interface: StringTimeSchema

A schema representing a return value or object property that is provided as a string, which Coda should interpret as a time.

Hierarchy

  • BaseStringSchema<Time>

StringTimeSchema

Properties

codaType

codaType: Time

Instructs Coda to render this value as a date.

Overrides

BaseStringSchema.codaType

Defined in

schema.ts:419


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


format

Optional format: string

A Moment time format string, such as 'HH🇲🇲ss', that corresponds to a supported Coda time column format, used when rendering the value.

Only applies when this is used as a sync table property.

Defined in

schema.ts:426


type

type: String

Identifies this schema as a string.

Inherited from

BaseStringSchema.type

Defined in

schema.ts:495