Create a client state parameter for Work scheduler

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Add custom client state parameter values to add properties to the card components.

    시작하기 전에

    Role required: admin, workspace_admin, or ui_builder_admin​

    프로시저

    1. Select the Client state icon (Client state icon).
    2. In the Client state parameters section, click +Add.
    3. Create the client state parameter.
      1. In the Name field, enter cardProps.
      2. From the Type menu, select JSON.
      3. In the Initial value field, select Edit.
      4. In the Initial value pop-up screen, enter the following code:
        {
            "tagline": {},
            "heading": {},
            "dropdowns": [],
            "content": [],
            "assignedTo": null,
            "aria": {}
          }
      5. Select Apply.

      Here's a demo on how to create client state parameters.

    다음에 수행할 작업

    Create page scripts for Work scheduler