• JMap.User.removeInfo

    Remove a user info, from the redux store (JMap Cloud NG Core) and in the user panel (JMap Cloud NG).

    Parameters

    • infoId: string

      The user info id

    Returns void

    Example

    // remove the user information "role"
    JMap.User.removeInfo("role")