Interface IRenderer

A dialog renderer.

Hierarchy

  • IRenderer

Methods

  • Create the body of the dialog.

    Parameters

    • body: Body<any>

      The input value for the body.

    Returns Widget

    A widget for the body.

  • Create a button node for the dialog.

    Parameters

    Returns HTMLElement

    A node for the button.

  • Create a checkbox node for the dialog.

    Parameters

    Returns HTMLElement

    A node for the checkbox.

  • Create the footer of the dialog.

    Parameters

    • buttons: readonly HTMLElement[]

      The button nodes to add to the footer.

    • checkbox: HTMLElement

      The checkbox node to add to the footer.

    Returns Widget

    A widget for the footer.

  • Create the header of the dialog.

    Type Parameters

    • T

    Parameters

    Returns Widget

    A widget for the dialog header.

Generated using TypeDoc