HTMLButtonElement: commandForElement プロパティ

io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/ja/web/api/invoker_commands_api/index.md)

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

commandForElementHTMLButtonElement インターフェイスのプロパティで、ボタンを通じて制御する要素を取得または設定します。

これは JavaScript における HTML の commandfor 属性の同等物です。

このボタンが制御する既存の要素 (Element) への参照です。

js
const popover = document.getElementById("mypopover");
const toggleBtn = document.getElementById("toggleBtn");

toggleBtn.commandForElement = popover;

仕様書

No specification found

No specification data found for api.HTMLButtonElement.commandForElement.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

ブラウザーの互換性

BCD tables only load in the browser

関連情報