Backstage
    Preparing search index...

    The input options to the scaffold method of the ScaffolderClient.

    interface ScaffolderScaffoldOptions {
        secrets?: Record<string, string>;
        templateRef: string;
        values: Record<string, JsonValue>;
    }
    Index

    Properties

    secrets?: Record<string, string>
    templateRef: string
    values: Record<string, JsonValue>