TESSA Web API
    Preparing search index...

    Type Alias ThemeFragment

    type ThemeFragment = {
        controls?: string[];
        meta?: ThemeMetaSection;
        resources?: ThemeResourceSection;
        templates?: ThemeFragment;
        [key: string]: undefined | ThemeValue | ThemeNode;
    }

    Indexable

    Index

    Properties

    controls?: string[]
    templates?: ThemeFragment