类 DimensionTypes实验性

用于访问所有可用的维度类型。

Used for accessing all available dimension types.

方法

方法

  • 实验性

    参数

    • dimensionTypeId: string

    返回 DimensionType

    使用基于字符串的标识符来获取维度类型。

    Retrieves a dimension type using a string-based identifier.

    这个函数可以在早期执行模式下调用。

    This function can be called in early-execution mode.

  • 实验性

    返回 DimensionType[]

    获取所有维度类型的数组。

    Retrieves an array of all dimension types.

    这个函数可以在早期执行模式下调用。

    This function can be called in early-execution mode.