Type alias LevelConfigBase

LevelConfigBase: {
    attributeKey: string;
    elementType: string[];
    name: string;
}

Type declaration

  • attributeKey: string
  • elementType: string[]
  • name: string

Generated using TypeDoc