Backstage
    Preparing search index...

    The configuration options passed to createBackendPlugin.

    interface CreateBackendPluginOptions {
        pluginId: string;
        register(reg: BackendPluginRegistrationPoints): void;
    }
    Index

    Properties

    Methods

    Properties

    pluginId: string

    The ID of this plugin.

    Methods