Interface iApplicationPage<T>

interface iApplicationPage<T extends NumberType> {
    metadata: iMetadata<T>;
    pageId: string;
    points?: iTierWithOptionalWeight<T>[];
    quests?: iTierWithOptionalWeight<T>[];
    tiers?: iTierWithOptionalWeight<T>[];
}

Type Parameters

Implemented by

Properties

metadata: iMetadata<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

MMNEPVFCICPMFPCPTTAAATR