Schema Explorer

Choose element:

TargetElement

Represents an entry for Action.ToggleVisibility's targetElements property

Property Type Required Description Version
elementId string Yes Element ID of element to toggle 1.0
isVisible boolean? No If true, always show target element. If false, always hide target element. If not supplied, toggle target element’s visibility. 1.0

Properties

elementId

Element ID of element to toggle

  • Type: string
  • Required: Yes

isVisible

If true, always show target element. If false, always hide target element. If not supplied, toggle target element's visibility.

  • Type: boolean?
  • Required: No