このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

View in English Always switch to English

HTMLTextAreaElement: type プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2015年7月⁩.

typeHTMLTextAreaElement の読み取り専用プロパティで、常に "textarea" を返します。

文字列で、常に "textarea" を返します。

js
const textArea = document.querySelector("textarea");
console.log(textArea.type); // "textarea"

仕様書

Specification
HTML
# dom-textarea-type-dev

ブラウザーの互換性

関連情報