Backstage
    Preparing search index...

    The presentation of the template.

    interface TemplatePresentationV1beta3 {
        buttonLabels?: {
            backButtonText?: string;
            createButtonText?: string;
            reviewButtonText?: string;
        };
        [key: string]: JsonValue
        | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    buttonLabels?: {
        backButtonText?: string;
        createButtonText?: string;
        reviewButtonText?: string;
    }

    Overrides default buttons' text

    Type Declaration

    • OptionalbackButtonText?: string

      The text for the button which leads to the previous template page

    • OptionalcreateButtonText?: string

      The text for the button which starts the execution of the template

    • OptionalreviewButtonText?: string

      The text for the button which opens template's review/summary