Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterTypeMandatoryDescriptionUtil.js version
nMaskNumber constant(tick)

A constant describing the property and its flags:

Child pages (Children Display)
alltrue
depthall
excerpttrue

0.1
sKeyString(tick)The name (key) of the property as a string.0.1
vVal_fGet

Value or

Function

(tick)

If you're defining a data property, this parameter can be any Javascript value, function or object, etc.

If you're defining an accessor property (getter/setter) then this parameter is the getter function.

0.1
fSetFunction(question)If you're defining an accessor property (getter/setter) then this parameter is the setter function (or null if you're property is read-only).0.1

...