@umbraco-cms/backoffice

    Interface UmbRoutePathAddendum

    interface UmbRoutePathAddendum {
        addendum: Observable<undefined | string>;
        get controllerAlias(): UmbControllerAlias;
        destroy(): void;
        getHostElement(): Element;
        hostConnected(): void;
        hostDisconnected(): void;
    }

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Properties

    addendum: Observable<undefined | string>

    Accessors

    Methods

    MMNEPVFCICPMFPCPTTAAATR