Interface: ProgressBarSchema¶
Defined in: schema.ts:471
A schema representing a return value or object property that is a number that should be rendered as a progress bar.
Extends¶
BaseNumberSchema<ProgressBar>
Properties¶
codaType¶
codaType:
ProgressBar
Defined in: schema.ts:473
Instructs Coda to render this value as a progress bar.
Overrides¶
BaseNumberSchema.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¶
BaseNumberSchema.description
maximum?¶
optionalmaximum:string|number
Defined in: schema.ts:477
The maximum value selectable by this progress bar (supports number or formula).
minimum?¶
optionalminimum:string|number
Defined in: schema.ts:475
The minimum value selectable by this progress bar (supports number or formula).
showValue?¶
optionalshowValue:boolean
Defined in: schema.ts:481
Whether to display the underlying numeric value in addition to the progress bar.
step?¶
optionalstep:string|number
Defined in: schema.ts:479
The minimum amount the progress bar can be moved when dragged (supports number or formula).
type¶
type:
Number
Defined in: schema.ts:314
Identifies this schema as relating to a number value.
Inherited from¶
BaseNumberSchema.type