interface ScreenLookAndFeel {
    background: string;
    backgroundColor: string;
    backgroundImage: string;
    backgroundSize: string;
    gutterBottom: string;
    gutterLeft: string;
    gutterRight: string;
    gutterTop: string;
}

Properties

background: string
backgroundColor: string
backgroundImage: string
backgroundSize: string
gutterBottom: string
gutterLeft: string
gutterRight: string
gutterTop: string

Generated using TypeDoc v0.25.12