@oneblink/sdk-core
    Preparing search index...

    Type Alias FormApprovalCannedResponse

    type FormApprovalCannedResponse = {
        key: string;
        label: string;
        notes: string;
    }
    Index

    Properties

    Properties

    key: string

    The unique key for the response to allow for reporting

    label: string

    The human readable text to represent the response

    notes: string

    The text to prefill as the notes for an approval (should respect line breaks)