formFactor( )


Gets what kind of device is being used to view the page.

Note: This property only checks the site visitor's device, and not which Editor X breakpoint they are using.

について formFactor property gets one of:

  • "Desktop": When viewed in a desktop browser.
  • "Mobile": When viewed in a mobile browser.
  • "Tablet": When viewed in a tablet browser.
メソッド宣言
コピー
リクエスト
このメソッドはパラメータを取らない
リターン
Return Type:Promise<string>
役に立ちましたか?
はい
いいえ