Search.../

type

Gets the mobile element's type.

Description

Possible values include:

  • $w.MobileButton
  • $w.MobileSwitch
  • $w.MobilePicker
  • $w.MobileText
  • $w.MobileTextInput

Type:

stringRead Only

Was this helpful?

Get the mobile element's type

Copy Code
1let myType = $w('#myMobileElement').type; // '$w.Type'