API reference
API reference
Select your platform
No SDKs available
No versions available

WitConfigurationEditorTab Class

The WitConfiguration tabs are a set of tabs to be displayed in the inspector the WitConfiguration. They're made to be dynamic. To add another one, simply extend this class.

Fields

The WitConfigurationData type relevant to this tab. Defaults to Will be null if there is no custom types to reference

Properties

The custom ID for this tab
The relative order of the tabs, from 0 upwards.
The label to display for this tab.
What to show when there is nothing to show for this tab.

Member Functions

Determines whether or not to show the tab, based upon the current appInfo.
Parameters
appInfo
the relevant app info used by this tab, which can be used to determine the return result
Returns
true if the tab should show, false otherwise
Determines whether or not to show the tab, based upon the current configuration.
Parameters
configuration
the current configuration which may contain relevant data to determine the return result
Returns
true if should show, false otherwise
Parameters
tabID
Returns
the name of the property of the given tabID
The text to display for this tab
Parameters
titleLabel
Whether to display the Tab's label
Did you find this page helpful?
Thumbs up icon
Thumbs down icon