Type alias LevelConfigGroup

LevelConfigGroup: LevelConfigBase & {
    allowHierarchy?: boolean;
    projection: string[];
    type: "group";
}

Type declaration

  • Optional allowHierarchy?: boolean
  • projection: string[]
  • type: "group"

Generated using TypeDoc