Highcharts Grid
    Preparing search index...

    Represents a credits in the data grid.

    Hierarchy

    • Credits
      • CreditsPro
    Index

    Constructors

    • Construct the credits.

      Parameters

      • grid: Grid

        The Grid instance which the credits belong to.

      • Optionaloptions: CreditsOptions

        Options for the credits label. Predefined if not provided.

      Returns CreditsPro

    Properties

    containerElement: HTMLElement

    The credits container HTML element.

    grid: Grid

    The Grid instance which the credits belong to.

    The options for the credits.

    textElement: HTMLElement

    The credits content HTML element.

    defaultOptions: CreditsOptions = ...

    Default options of the credits.

    Methods

    • Destroy the credits. The credits will be removed from the container and the reference to the credits will be deleted from the Grid instance it belongs to.

      Returns void

    • Get the height of the credits container.

      Returns number

    • Render the credits. If the credits are disabled, they will be removed from the container. If also reflows the viewport dimensions.

      Returns void

    • Update the credits with new options.

      Parameters

      • options: Partial<CreditsOptions> | undefined

        The new options for the credits.

      • render: boolean = true

        Whether to render the credits after the update.

      Returns void