For AI agents: the complete documentation index is available at https://docs.dataplatform.ovh.net/llms.txt, the full documentation bundle is available at https://docs.dataplatform.ovh.net/llms-full.txt, and this page is available as Markdown at https://docs.dataplatform.ovh.net/sdk/app-basic-ui-username.md.
  • 🇬🇧 English
  • Username

    Warning

    Rework pending, no delivery date. The Front App SDK (ReactJS) and the Front API SDK (NodeJS) are both being replaced. This page documents the current release, remains accurate, and is maintained until the replacement ships. Code written against it keeps working.

    Allows you to retrieve and display the name of the person logged on the dashboard. You will then be able to display a message such as: "Welcome Mr. Smith".

    Add Username

    Select Basic UI -> Username.

    Exemple Panel

    Configure Username

    Simple configuration

    This configuration allows you to configure the component in a simple and intuitive way.

    Exemple Panel

    Exemple Panel

    Advanced configuration

    This configuration allows you to configure the component via a JSON document. Below is the JSON corresponding to the Switch created with the simplified configuration:

    {
      "type": "username",
      "style": {
        "color": "blue"
      },
      "format": "User is named :"
    }