ngeo
    Preparing search index...

    Object used to expose the login user information.

    Example of usage:

       (window as any).gmfapi.store.user.getProperties().subscribe({
    next: (user: User) => {
    ...
    },
    })
    Index

    Constructors

    Methods

    • Returns BehaviorSubject<string>

      The observable login message.

    • Set the current login message

      Parameters

      • messageState: string

        The new login message.

      Returns void