Methods

  • Executes a data binding action.

    Parameters

    • actionsGroupName: string

      The action group name.

    • action: string

      The action to call.

    • contexts: any

      The context.

    Returns any

  • Returns a data source.

    Parameters

    • dataSourceName: string

      The data source name

    Returns any

  • Registers a data binding action. actionsGroup should contain all actions necessary for a certain topic, e.g. menu wizard or shopping cart for example: { name: "cart", deleteItem() { ... }, addItem() { ... } }

    Parameters

    • actionsGroup: Object

      The action group

    Returns void

  • The update handler of the data source is called in an interval and should take < 10 ms, if no update is needed.

    Parameters

    • dataSource: any

    Returns void

  • Update from data sources

    Parameters

    • startDomContentElement: HTMLElement

      The start element´.

    Returns Promise<any>

Generated using TypeDoc