@oneblink/sdk
    Preparing search index...

    Type Alias DrawElement

    DrawElement: FormElementRequired & FormElementReadOnly & FormElementBinaryStorage & {
        defaultValue?: FormSubmissionAttachment;
        type: "draw";
    }

    An element to allow the user to supply a drawing (usually used to allow the user to supply a signature).

    The element must have an id property with a value that is globally unique within the form definition.