14423

614423 >= 2.2222.8

Hierarchy (View Summary)

Constructors

Properties

Methods

Constructors

Properties

allowNonAdminSubGroupCreation?: any
announce?: any
attributes: Props & Session
cachedDeviceCount?: any
cachedDeviceSizeBucket?: any
collection?: undefined
creation?: any
defaultSubgroup?: any
desc?: string
descId?: string
descOwner?: any
descTime?: any
deviceQueryPromise?: any
deviceStale?: any
displayedDesc?: any
ephemeralDuration?: any
groupInviteCodePromise?: any
groupInviteLink?: any
groupType?: string
growthLockExpiration?: any
growthLockType?: any
id: Wid
idClass: typeof Wid
incognito?: any
inviteCode?: any
isIncognitoCag?: boolean
isLidAddressingMode: boolean
isParentGroup: boolean
isParentGroupClosed: boolean
isState: true
isUnnamed?: boolean
joinedSubgroups?: any
lastActivityTimestamp?: any
lastReportToAdminTimestamp?: any
lastSeenActivityTimestamp?: any
memberAddMode?: string
membershipApprovalMode?: any
mirrorMask: {
    "change:allowNonAdminSubGroupCreation"?: number;
    "change:announce"?: number;
    "change:cachedDeviceCount"?: number;
    "change:cachedDeviceSizeBucket"?: number;
    "change:creation"?: number;
    "change:defaultSubgroup"?: number;
    "change:desc"?: number;
    "change:descId"?: number;
    "change:descOwner"?: number;
    "change:descTime"?: number;
    "change:deviceQueryPromise"?: number;
    "change:deviceStale"?: number;
    "change:displayedDesc"?: number;
    "change:ephemeralDuration"?: number;
    "change:groupInviteCodePromise"?: number;
    "change:groupInviteLink"?: number;
    "change:groupType"?: number;
    "change:growthLockExpiration"?: number;
    "change:growthLockType"?: number;
    "change:id": number;
    "change:incognito"?: number;
    "change:inviteCode"?: number;
    "change:isIncognitoCag"?: number;
    "change:isLidAddressingMode": number;
    "change:isParentGroup": number;
    "change:isParentGroupClosed": number;
    "change:isUnnamed"?: number;
    "change:joinedSubgroups"?: number;
    "change:lastActivityTimestamp"?: number;
    "change:lastReportToAdminTimestamp"?: number;
    "change:lastSeenActivityTimestamp"?: number;
    "change:memberAddMode"?: number;
    "change:membershipApprovalMode"?: number;
    "change:noFrequentlyForwarded"?: number;
    "change:numSubgroups"?: number;
    "change:owner"?: number;
    "change:parentGroup"?: number;
    "change:participantQueryPromise"?: number;
    "change:reportToAdminMode"?: number;
    "change:restrict"?: number;
    "change:revokeGroupInvitePromise"?: number;
    "change:revokeGroupsV4AddInvitePromise"?: number;
    "change:size"?: number;
    "change:stale"?: number;
    "change:subject"?: number;
    "change:subjectTime"?: number;
    "change:support"?: number;
    "change:suspended"?: number;
    "change:terminated"?: number;
    "change:trusted"?: number;
    "change:uniqueShortNameMap"?: number;
    "change:unjoinedSubgroups"?: number;
    "change:unjoinedSubgroupsQueryPromise"?: number;
}
noFrequentlyForwarded?: any
numSubgroups?: any
owner?: any
parent?: any
parentGroup?: any
participantQueryPromise?: any
participants: ParticipantCollection
pastParticipants: ParticipantCollection
proxyName: string
reportToAdminMode?: any
restrict?: any
revokeGroupInvitePromise?: any
revokeGroupsV4AddInvitePromise?: any
size?: any
stale?: any
subject?: string
subjectTime?: any
support?: any
suspended?: any
terminated?: any
trusted?: any
uniqueShortNameMap?: any
unjoinedSubgroups?: any
unjoinedSubgroupsQueryPromise?: any
allowedIds?: any[]
idClass?: any
Proxy: string

Methods

  • Alias of on

    Parameters

    • eventName: Event
    • listener: Listener
    • Optionalcontext: any

    Returns this

    on

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Parameters

    • context: any

      The value of this provided for the call to listener

    • eventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    Returns this

  • Removes the specified listener from the listener array for the event named eventName.

    Parameters

    • OptionaleventName: Event

      The name of the event.

    • Optionallistener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Adds the listener function to the end of the listeners array for the event named eventName.

    Parameters

    • eventName: Event

      The name of the event.

    • listener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Adds a one-time listener function for the event named eventName.

    Parameters

    • eventName: Event

      The name of the event.

    • listener: Listener

      The callback function.

    • Optionalcontext: any

      The value of this provided for the call to listener

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Synchronously calls each of the listeners registered for the event named eventName, in the order they were registered, passing the supplied arguments to each.

    Parameters

    • eventName: Event
    • ...args: any[]

    Returns this

    Returns a reference to the EventEmitter, so that calls can be chained.

  • Alias of off

    Parameters

    • OptionaleventName: Event
    • Optionallistener: Listener
    • Optionalcontext: any

    Returns this

    off