Components

Lists every component used in the app with each of its parameters, with the following information

  • Screen

  • Name (name given in app)

  • Type (e.g label=defaultLabelStyle)

  • Parameter (e.g fill,visible,height)

  • Code (value of specific parameter

The search box uses the following quarry's

columnName = value

columnName != value (not equal to)

columnName includes value (in string)

columnName !includes value (inot n string)

Last updated