Represents a type of dimension. Currently only works with Vanilla dimensions.
export class DimensionType { private constructor(); readonly typeId: string;} Copy
export class DimensionType { private constructor(); readonly typeId: string;}
Private
Readonly
Identifier of the dimension type. Currently only works with Vanilla dimensions.
This property can't be read in early-execution mode.
Represents a type of dimension. Currently only works with Vanilla dimensions.
Source