Interface DisplayChangeEventDetail

The detail property of a display-change custom event.

Hierarchy

  • DisplayChangeEventDetail

Properties

Properties

body: string

HTML to show in the body.

footer: {
    center: string;
    left: string;
    right: string;
}

Type declaration

  • center: string

    HTML to show in the center part of the footer.

  • left: string

    HTML to show in the left part of the footer.

  • right: string

    HTML to show in the right part of the footer.

header: {
    center: string;
    left: string;
    right: string;
}

Type declaration

  • center: string

    HTML to show in the center part of the header.

  • left: string

    HTML to show in the left part of the header.

  • right: string

    HTML to show in the right part of the header.

Generated using TypeDoc