Class GroupPage<T>

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

claimIds?: string[]

The claim IDs in the group

collectionIds?: T[]

The collection IDs in the group

events?: Event<T>[]

The events in the group

listIds?: string[]

The address list IDs in the group

mapIds?: string[]

Mapping IDs in the group

metadata: Metadata<T>

Metadata for the page

pageId: string

The page ID

Points to display in the page

Quests to display in the page

Tiers to display in the page

Methods

  • Compares this object's fields to another object's fields for equality. Equality is determined by comparing the JSON representations of the objects.

    If normalizeNumberTypes is true, then all number types will be compared as strings (i.e. "1n" === "1" === 1). Else, they will be compared as their native types (i.e. 1n !== 1 !== "1").

    Type Parameters

    Parameters

    • other: undefined | null | CustomType<U>
    • OptionalnormalizeNumberTypes: boolean

    Returns boolean