--- layout: posts title: Api - IMetaParameter Interface ---

Describes a parameter and its limits.

Hierarchy

Index

Properties

Properties

Optional max

max: number

Optional maximum value of the range.

Optional min

min: number

Optional minimum value of the range.

Optional step

step: number

Optional step value between min and max.

title

title: string

Display text of the parameter.

type

type: string

Type of the parameter. Currently supports "range".

value

value: any

Initial sample value for this parameter.

Generated using TypeDoc