@oneblink/sdk
    Preparing search index...

    Type Alias FormElementReadOnly

    type FormElementReadOnly = {
        readOnly?: boolean;
    }
    Index

    Properties

    Properties

    readOnly?: boolean

    Determine if this input can be edited by the user (false) or not (true).