Look and feel settings returned after an update.

interface LookAndFeelUpdated {
    _links: Record<string, any>;
    bordersAndDividers: {
        color: string;
    };
    content: ServerModels.ContentLookAndFeel;
    header: ServerModels.HeaderLookAndFeel;
    headings: {
        color: string;
    };
    links: {
        color: string;
    };
    menus: ServerModels.MenusLookAndFeel;
}

Hierarchy (view full)

Properties

_links: Record<string, any>
bordersAndDividers: {
    color: string;
}

Type declaration

  • color: string
headings: {
    color: string;
}

Type declaration

  • color: string
links: {
    color: string;
}

Type declaration

  • color: string

Generated using TypeDoc v0.25.12