@oneblink/sdk
    Preparing search index...

    Type Alias CameraElement

    CameraElement: FormElementRequired & FormElementReadOnly & FormElementBinaryStorage & {
        defaultValue?: FormSubmissionAttachment;
        includeTimestampWatermark: boolean;
        type: "camera";
    }

    An element to allow the user to supply a file attachment that is an image.

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