dataSource | メニューのデータソース | MenuDataSource[] | [ { label: "メニュー項目 1", key: "key1", children: [ { label: "オプション 1", key: "key1-1", tag: { text: "初期化済み", color: "blue", }, }, { label: "オプション 2", key: "key1-2", }, ], }, { isDivider: true, }, { label: "メニュー項目 2", key: "key2", children: [ { label: "オプション 1", key: "key2-1", }, { label: "オプション 2", key: "key2-2", }, ], }, { label: "メニュー項目 3", key: "key3", disabled: true, }, ] |