For AI agents: the complete documentation index is available at https://docs.dataplatform.ovh.net/ja/llms.txt, the full documentation bundle is available at https://docs.dataplatform.ovh.net/ja/llms-full.txt, and this page is available as Markdown at https://docs.dataplatform.ovh.net/ja/sdk/app-basic-ui-username.md.
  • 🇯🇵 日本語
  • ユーザー名

    Warning

    再作業が保留中で、納期は未定です。 Front App SDK(ReactJS)とFront API SDK(NodeJS)の両方が置き換えられます。このページは現在のリリースをドキュメント化し、置き換えが出荷されるまで正確であり、維持されます。これに対して書かれたコードは引き続き動作します。

    ダッシュボードにログインしている人の名前を取得して表示することができます。その後、例えば「スミスさん、ようこそ」のようなメッセージを表示することができます。

    ユーザー名を追加

    Basic UI -> Username を選択します。

    Exemple Panel

    ユーザー名を設定

    シンプルな設定

    この設定により、コンポーネントを簡単で直感的に設定できます。

    Exemple Panel

    Exemple Panel

    高度な設定

    この設定により、JSONドキュメントを介してコンポーネントを設定できます。以下は、簡易設定で作成されたSwitchに対応するJSONです。

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