Trails Packages
    Preparing search index...

    Interface ApiExtension

    Provides a set of methods to the application's web component API.

    interface ApiExtension {
        getApiMethods(): ApiMethods | Promise<ApiMethods>;
    }
    Index

    Methods