Initializing help system before first use

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

method
get ( name ) → {*}

Gets a view property, throwing if it is not allowed in this context.

Parameters:
params
Name Type Description
name
type
string
the name of the view property
details
Throws:
exceptions
when the view property is not allowed to be read in this context
Type
type
Error
Returns:
returns table
Type Description
type
*
the value of the view property
Back to Top