Interface Group

Hierarchy

Index

Properties

Methods

Properties

public bubbleParent: boolean

public name: string

public recordId: number

Methods

public add(person: Person)

Parameters

public addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public applyProperties(props: Dictionary)

Parameters

public fireEvent(name: string, event: Dictionary)

Parameters

public getBubbleParent(): boolean

Returns

boolean

public getName(): string

Returns

string

public getRecordId(): number

Returns

number

public members(): Person[]

Returns

Person[]

public remove(person: Person)

Parameters

public removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setName(name: string)

Parameters

  • name: string

public setRecordId(recordId: number)

Parameters

  • recordId: number

public sortedMembers(sortBy: number): Person[]

Parameters

  • sortBy: number

Returns

Person[]