@buildkite/buildkite-sdk
    Preparing search index...

    Interface SelectFieldOption

    interface SelectFieldOption {
        hint?: string;
        label: string;
        required?: boolean | "true" | "false";
        value: string;
    }
    Index

    Properties

    hint?: string

    The text displayed directly under the select field’s label

    label: string

    The text displayed on the select list item

    required?: boolean | "true" | "false"

    Whether the field is required for form submission

    value: string

    The value to be stored as meta-data