Script API - v1.26.30.25
    Preparing search index...

    Represents a type of dimension. Currently only works with Vanilla dimensions.

    export class DimensionType {
    private constructor();
    readonly typeId: string;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    typeId: string

    Identifier of the dimension type. Currently only works with Vanilla dimensions.

    This property can't be read in early-execution mode.