bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iApplicationPage<T>

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

    Type Parameters

    Implemented by

    Index

    Properties

    metadata: iMetadata<T>

    Metadata for the page

    pageId: string

    The page ID

    Points to display in the page

    type?: string

    The type of the page