Header menu logo DynamicObj

PropertyObject Module

Functions and values

Function or value Description

containsGetter o

Full Usage: containsGetter o

Parameters:
Returns: bool
o : PropertyObject
Returns: bool

containsSetter o

Full Usage: containsSetter o

Parameters:
Returns: bool
o : PropertyObject
Returns: bool

getGetter o

Full Usage: getGetter o

Parameters:
Returns: obj -> obj
o : PropertyObject
Returns: obj -> obj

getSetter o

Full Usage: getSetter o

Parameters:
Returns: obj -> obj -> unit
o : PropertyObject
Returns: obj -> obj -> unit

isProperty o

Full Usage: isProperty o

Parameters:
    o : obj

Returns: bool
o : obj
Returns: bool

isWritable o

Full Usage: isWritable o

Parameters:
Returns: bool
o : PropertyObject
Returns: bool

tryGetGetter o

Full Usage: tryGetGetter o

Parameters:
Returns: (obj -> obj) option
o : PropertyObject
Returns: (obj -> obj) option

tryGetSetter o

Full Usage: tryGetSetter o

Parameters:
Returns: (obj -> obj -> unit) option
o : PropertyObject
Returns: (obj -> obj -> unit) option

tryProperty o

Full Usage: tryProperty o

Parameters:
    o : obj

Returns: PropertyObject option
o : obj
Returns: PropertyObject option

Type something to start searching.