map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface User

    Authenticated user.

    interface User {
        get(key: string): any;
        getName(): string;
        readonly [key: string]: unknown;
    }

    Indexable

    • readonly [key: string]: unknown

      may have extra keys

    Index

    Methods

    Methods

    • support for old Stateful getter access.

      Parameters

      • key: string

        any key

      Returns any

    • Returns the name of this user.

      Returns string