Trails Packages
    Preparing search index...

    A service provided by the system. Used by the runtime to assemble the public facing API.

    interface ApiService {
        getApi(): Promise<ApiMethods>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Called by the runtime to gather methods that should be available from the web component's API.

      Returns Promise<ApiMethods>