Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties that can be provided by plugins and methods that can be implemented by plugins to provide additional features to content flow instances.

Type parameters

  • TCfg = Record<string, unknown>

Hierarchy

  • AddOnMethods

Index

Properties

ContentFlowConf

ContentFlowConf: Partial<Configuration>

ContentFlow configuration. Will overwrite the default configuration (or configuration of previously loaded add-ons).

conf

conf: Partial<TCfg>

Defaults for the configuration of the add-on.

Methods

afterContentFlowInit

  • This method will be executed after the initialization of each ContentFlow.

    Parameters

    • flow: ContentFlow

      The content flow gallery for which this add-on was created.

    Returns void

init

  • Initializes the content flow add-on.

    Parameters

    Returns void

onloadInit

  • This method will be executed for each ContentFlow on the page after the HTML document is loaded (when the whole DOM exists). You can use it to add elements automatically to the flow.

    Parameters

    • flow: ContentFlow

      The content flow gallery for which this add-on was created.

    Returns void

Generated using TypeDoc