Skip to main content
A newer version of this page is available. .

CustomPropertyValueType Type

Lists values that specify a type of a custom property’s value.

Declaration

export type CustomPropertyValueType = boolean | string | number

Members

Type Description
boolean

A Boolean value.

string

A string.

number

A number.