Field.editable

Sets whether the field is editable. Returns the new value.

  1. bool editable [@property getter]
  2. bool editable [@property setter]
    struct Field
    @property @nogc @safe pure nothrow
    bool
    editable
    (
    bool val
    )

Meta