TESSA Web API
    Preparing search index...

    Type Alias ThemeNode

    type ThemeNode = {
        "@components"?: ThemeNode;
        "@dialogs"?: ThemeNode;
        "@states"?: ThemeNode;
        "@templates"?: ThemeNode;
        "@text"?: ThemeNode;
        background?: string;
        border?: BorderNode | string;
        corners?: string;
        font?: FontNode;
        gap?: string;
        height?: string;
        margin?: string;
        "max-height"?: string;
        "max-width"?: string;
        "min-height"?: string;
        "min-width"?: string;
        opacity?: string;
        padding?: string;
        width?: string;
        [key: string]: undefined | ThemeValue | ThemeNode;
    }

    Indexable

    Index

    Properties

    "@components"?: ThemeNode
    "@dialogs"?: ThemeNode
    "@states"?: ThemeNode
    "@templates"?: ThemeNode
    "@text"?: ThemeNode
    background?: string
    border?: BorderNode | string
    corners?: string
    font?: FontNode
    gap?: string
    height?: string
    margin?: string
    "max-height"?: string
    "max-width"?: string
    "min-height"?: string
    "min-width"?: string
    opacity?: string
    padding?: string
    width?: string