TESSA Web API
    Preparing search index...

    Interface ITheme

    interface ITheme {
        caption?: string;
        compact: string[];
        condensed: string[];
        fragments: string[];
        hidden?: boolean;
        mobile: string[];
        name: string;
        workplaceBlur?: boolean;
    }
    Index

    Properties

    caption?: string
    compact: string[]
    condensed: string[]
    fragments: string[]
    hidden?: boolean
    mobile: string[]
    name: string
    workplaceBlur?: boolean