BOOLEAN
Extends:
Constructor Summary
| Public Constructor | ||
| public |
constructor(value: Boolean, options: Object) |
|
Method Summary
| Public Methods | ||
| public |
format(): * |
|
| public |
Removes the first item of the Array and returns that item |
|
| public |
toggle() |
|
Inherited Summary
| From class PropEvents | ||
| public |
|
|
| public |
isObservable: * |
|
| public |
parent: * |
|
| private |
_event: {} |
|
| public |
Unbinds an event listener |
|
| public |
Bind an event listener |
|
| private |
Calls event bubbling on the parent Observable |
|
| private |
async _processEvent(eventName: Event, target: Prop, additional: Object) Calls the listeners for the Event triggered |
|
| From class Prop | ||
| public static |
isProp: * |
|
| public |
name: * |
|
| public |
value: * |
|
| public |
[Symbol.toPrimitive](hint: *): * |
|
| public |
equals(data: *): * |
|
| public |
format(): * |
|
| public |
get(): * |
|
| public |
parse(value: *): * |
|
| public |
toJSON(): * |
|
| public |
toString(): * |
|
| public |
valueOf(): * |
|
| private |
_set(value: *, objectPattern1: {"preventEvent": *}) |
|
