Library globals

Function globals . canvas . MapStructure . Symbol . getOption

View source

Wrapper method for accessing options. It allows to pass a default value
if the requested option is not defined.

EXAMPLE:
var ok = (contains(me.options, 'enabled') ? me.options.enabled : 0);
var ok = me.getOption('enabled', 0);

Parameters

name

default
optional