CustomPropertyValueType Type
In This Article
Lists values that specify a type of a custom property’s value.
#Declaration
TypeScript
export type CustomPropertyValueType = boolean | string | number
#Members
Type | Description |
---|---|
boolean | A Boolean value. |
string | A string. |
number | A number. |