Trails Packages
    Preparing search index...

    Interface ApplicationElement

    The interface implemented by web components produced via createCustomElement.

    interface ApplicationElement {
        when(): Promise<ApiMethods>;
    }

    Hierarchy

    • HTMLElement
      • ApplicationElement
    Index

    Methods

    Methods

    • Resolves to the element's API when the application has started.

      The API exposed by an application can be defined by implementing an ApiExtension. For more details, open the documentation of the @open-pioneer/integration package.

      Returns Promise<ApiMethods>