AddIn QML Type
Root level component of the add-in. More...
Import Statement: | import ArcGIS.Survey123 1.0 |
Inherited By: | AddInCamera, AddInComponent, AddInControl, AddInIndicator, AddInScanner, and AddInTool |
Properties
- context : object
- dataFolder : FileFolder
- font : font
- formsModel : ListModel
- locale : QLocale
- palette : QPalette
- settings : Settings
- surveyFolder : FileFolder
- surveySettings : Settings
- surveySettingsKey : string
- title : string
Signals
Methods
- object doSomething(arg)
- object openSettings()
Detailed Description
This component exposes functions and properties related to the current instance of the add-in. Metadata and configuration properties are as defined in the add-in item and the associated configuration file.
Property Documentation
Signal Documentation
Method Documentation
Open the settings page of this add-in.
The settings page can be used to provide the user a graphical interface to set configurable properties of the add-in that need to persisted between uses.