Type Alias SheetTabSectionConfigs

SheetTabSectionConfigs: {
    [tabId: string]: { [sectionKey: string]: SectionConfig };
}

Section configuration for a given actor, arranged by tab IDs.

Type declaration

  • [tabId: string]: { [sectionKey: string]: SectionConfig }

    A mapping from tab IDs to arrays of section keys, where the arrays represent the order of the sections.