Home Reference Source
public class | source

User

Extends:

PropEventsOBJECT → User

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 OBJECT
public

name: *

public

schema: *

private

_pKey: *

private

_values: {}

public

assign(values: *, objectPattern1: {"preventEvent": *})

public

buildFromSchema(schema: *)

public

toJSON(): *

private

_set(value: *, objectPattern1: {"preventEvent": *})

Public Constructors

public constructor() source

Override:

OBJECT#constructor