Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMetaParameter

描述参数及其限制.

Hierarchy

  • IMetaParameter

Index

Properties

Properties

Optional max

max: number

范围的可选最大值.

Optional min

min: number

范围的可选最小值.

Optional step

step: number

最小值和最大值之间的可选步长值.

title

title: string

显示参数的文本.

type

type: string

参数的类型。目前支持“范围”.

value

value: any

此参数的初始示例值.

Generated using TypeDoc