UNPKG

@spacelift-io/backstage-integration-frontend

Version:

Backstage plugin for integrating Spacelift.io with Backstage

18 lines (17 loc) 325 B
export interface Config { /** * @visibility frontend */ spacelift: { /** * @visibility frontend */ hostUrl: string; /** * If true, disables the ability to trigger runs. The plugin will be read-only. * @visibility frontend * @default false */ readOnly?: boolean; }; }