iink-ts - v3.3.2
    Preparing search index...

    Class BaseRenderer<RenderContextType, ConfigType>Abstract

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • 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

    Properties

    configuration: ConfigType
    parent: HTMLElement