iink-ts - v4.0.0
    Preparing search index...

    Class BaseRenderer<RenderContextType, ConfigType>Abstract

    Type Parameters

    Hierarchy (View Summary)

    Index
    configuration: ConfigType
    parent: HTMLElement
    • Clear/reset the rendering context

      Returns void

    • Get the bounds of the rendering area

      Returns { height: number; width: number; x: number; y: number }

    • Initialize the renderer in the given parent element

      Parameters

      • element: HTMLElement

      Returns void