STRING
Extends:
Method Summary
| Public Methods | ||
| public |
parse(value: *): * |
|
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": *}) |
|
Public Methods
public parse(value: *): * source
Override:
Prop#parseParams:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
