Skip to main content
All docs
V26.1
  • 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.