Option Structure


    Objectoption
    Fields


    id, sequence, disabled, parentOption, childOptions, value

    Introduced in0.5


    An option is a possible value for a select list, radio button or checkbox.

    Fields

    #Field nameCommentObject type
    1id
    Long
    2sequenceThe sequence allows ordering the option in a list of options.Long
    3disabled
    Boolean
    4parentOptionIn the case of a child option in a cascade, this value will contain the option of the parent.Option
    5childOptionsIn the case of a parent option in a cascade, this value will contain all the child options.Array of options
    6valueText of the option that you can choose from select listString