Trails Packages
    Preparing search index...

    Interface ConfigContext

    A context object that is passed to the resolveProperties function.

    interface ConfigContext {
        hostElement: HTMLElement;
        getAttribute(name: string): string | undefined;
    }
    Index

    Properties

    Methods

    Properties

    hostElement: HTMLElement

    The application's host element.

    Methods

    • Returns an attribute from the application's root node.

      Parameters

      • name: string

      Returns string | undefined