ListItemPropertyName
public enum ListItemPropertyName : String, PropertyNameProtocol
Undocumented
-
If the item can be activated by the user.
Declaration
Swift
case activatable = "activatable"
-
Widget used for display.
Declaration
Swift
case child = "child"
-
Displayed item.
Declaration
Swift
case item = "item"
-
Position of the item.
Declaration
Swift
case position = "position"
-
If the item can be selected by the user.
Declaration
Swift
case selectable = "selectable"
-
If the item is currently selected.
Declaration
Swift
case selected = "selected"