Backstage
    Preparing search index...

    Interface BackstageTheme

    A Backstage theme.

    This type is deprecated, the Material UI Theme type is now always extended instead.

    interface BackstageTheme {
        breakpoints: Breakpoints;
        direction: Direction;
        getPageTheme: (selector: PageThemeSelector) => PageTheme;
        mixins: Mixins;
        overrides?: Overrides;
        page: PageTheme;
        palette: BackstagePalette;
        props?: ComponentsProps;
        shadows: Shadows;
        shape: Shape;
        spacing: Spacing;
        transitions: Transitions;
        typography: Typography;
        unstable_strictMode?: boolean;
        zIndex: ZIndex;
    }

    Hierarchy

    • Theme
      • BackstageTheme
    Index

    Properties

    breakpoints: Breakpoints
    direction: Direction
    getPageTheme: (selector: PageThemeSelector) => PageTheme
    mixins: Mixins
    overrides?: Overrides
    page: PageTheme
    props?: ComponentsProps
    shadows: Shadows
    shape: Shape
    spacing: Spacing
    transitions: Transitions
    typography: Typography
    unstable_strictMode?: boolean
    zIndex: ZIndex