Bagikan melalui


Elemen UI Microsoft.Common.Section

Kontrol yang mengelompokkan satu atau beberapa elemen di bawah heading.

Sampel UI

Cuplikan layar elemen UI Microsoft.Common.Section dengan judul dan elemen yang dikelompokkan.

Skema

{
  "name": "section1",
  "type": "Microsoft.Common.Section",
  "label": "Example section",
  "elements": [
    {
      "name": "text1",
      "type": "Microsoft.Common.TextBox",
      "label": "Example text box 1"
    },
    {
      "name": "text2",
      "type": "Microsoft.Common.TextBox",
      "label": "Example text box 2"
    }
  ],
  "visible": true
}

Keterangan

  • elements harus memiliki setidaknya satu elemen, dan dapat memiliki semua tipe elemen kecuali Microsoft.Common.Section.
  • Elemen ini tidak mendukung properti toolTip.

Sampel output

Untuk mengakses nilai output elemen dalam elements, gunakan fungsi basics() atausteps() dan notasi titik:

steps('configuration').section1.text1

Elemen tipe Microsoft.Common.Section sendiri tidak memiliki nilai output.

Langkah berikutnya