Home Reference Source
public class | source

UserRef

Extends:

PropEventsPropREFERENCE → UserRef

Constructor Summary

Public Constructor
public

Inherited Summary

From class PropEvents
public
public
public

parent: *

private

_event: {}

public

off(eventName: Event, callback: Function)

Unbinds an event listener

public

on(eventName: Event, callback: Function)

Bind an event listener

private

_bubble(eventName: Event, target: Prop)

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": *})

From class REFERENCE
public

model: *

public
private

_ref: *

public

get(): *

public

getRef(): *

public

valueOf(): *

private

_attachRef(ref: *)

private

Public Constructors

public constructor() source

Override:

REFERENCE#constructor