Type alias BackgroundJSON

BackgroundJSON: {
    name?: string;
    style?: string;
    [k: string]: unknown;
}

Background information.

Type declaration

  • [k: string]: unknown
  • Optional name?: string

    Name of the background.

  • Optional style?: string

    Background CSS style declaration.

Generated using TypeDoc