Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Flags
ValuePropertyFlags
data ValuePropertyFlags Source #
Flags used when defining properties with valueObjectDefinePropertyData
and
valueObjectDefinePropertyAccessor
.
ValuePropertyFlagsConfigurable | the type of the property descriptor may be changed and the property may be deleted from the corresponding object. |
ValuePropertyFlagsEnumerable | the property shows up during enumeration of the properties on the corresponding object. |
ValuePropertyFlagsWritable | the value associated with the property may be changed with an
assignment operator. This doesn't have any effect when passed to |
AnotherValuePropertyFlags Int | Catch-all for unknown values |