Backstage
    Preparing search index...

    Options for createDevApp.

    interface CreateDevAppOptions {
        bindRoutes?: (context: { bind: CreateAppRouteBinder }) => void;
        features: (FrontendFeature | FrontendFeatureLoader)[];
    }
    Index

    Properties

    bindRoutes?: (context: { bind: CreateAppRouteBinder }) => void

    Allows for the binding of plugins' external route refs within the dev app.

    Type Declaration

    The list of features to load in the dev app.