centurion-erp-ui
    Preparing search index...

    Class APIDataFieldJson

    JSON Data Field.

    This special field when in create / edit mode will display the UI's markdown editor.

    0.9.0

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    help_text: string

    Field Description. This will be displayed for the user.

    label: string

    Label the field will be given

    multi_line: boolean = true

    Does the field contain more than one-line.

    The UI uses this value to determine if the text field should be a basic input text field or a text area.

    read_only: boolean

    Is this field read-only?

    The value of this field should be based off of the users permissions. The UI uses this value to determine if when creating/editing that an editable field be displayed to the user.

    required: boolean

    Is this field mandatory.

    When the value is true The user will not be able to submit the form.

    type: "JSON"

    What is the type of the data field.

    write_only: boolean

    Is the data field a write-only field. When set to true, the user will not be able to edit the field.

    The value of this field should be based off of the users permissions.