Class pwlib.appEvent.shadowAllow
Extends
pwlib.appEvent.
Canvas shadows allowed change event. This event is not cancelable.
Defined in: lib.js.
Constructor Attributes | Constructor Name and Description |
---|---|
pwlib.appEvent.shadowAllow(allowed)
|
Field Attributes | Field Name and Description |
---|---|
Tells if the Canvas shadows are allowed or not.
|
- Fields borrowed from class pwlib.appEvent:
- cancelable, defaultPrevented, target, type
- Methods borrowed from class pwlib.appEvent:
- preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.shadowAllow(allowed)
- Parameters:
- {Boolean} allowed
- Tells the new allowance value.
- Throws:
- {TypeError}
- If the argument is not a boolean value.
Field Detail
{Boolean}
allowed
Tells if the Canvas shadows are allowed or not.