MaskedViewProperties
Provides access to a subset of available view properties, throwing on illegal access.
Method summary
name | description |
---|---|
get | Gets a view property, throwing if it is not allowed in this context. |
Methods
- get ( name ) → {*}
-
Gets a view property, throwing if it is not allowed in this context.
Parameters:
paramsName Type Description name typestringthe name of the view property detailsThrows:
exceptionswhen the view property is not allowed to be read in this context- Type
-
typeError
Returns:returns tableType Description type*the value of the view property
method