Interface: SliderSchema¶
Defined in: schema.ts:456
A schema representing a return value or object property that is a number that should be rendered as a slider.
Extends¶
BaseNumberSchema<Slider>
Properties¶
codaType¶
codaType:
Slider
Defined in: schema.ts:458
Instructs Superhuman Docs to render this value as a slider.
Overrides¶
BaseNumberSchema.codaType
description?¶
optionaldescription:string
Defined in: schema.ts:286
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:462
The maximum value selectable by this slider (supports number or formula).
minimum?¶
optionalminimum:string|number
Defined in: schema.ts:460
The minimum value selectable by this slider (supports number or formula).
showValue?¶
optionalshowValue:boolean
Defined in: schema.ts:466
Whether to display the underlying numeric value in addition to the slider.
step?¶
optionalstep:string|number
Defined in: schema.ts:464
The minimum amount the slider can be moved when dragged (supports number or formula).
type¶
type:
Number
Defined in: schema.ts:315
Identifies this schema as relating to a number value.
Inherited from¶
BaseNumberSchema.type