Type | DataType[Get] The WitConfigurationData type relevant to this tab. Defaults to Will be null if there is no custom types to reference |
abstract string | TabID[Get] The custom ID for this tab |
abstract int | TabOrder[Get] The relative order of the tabs, from 0 upwards. |
abstract string | TabLabel[Get] The label to display for this tab. |
abstract string | MissingLabel[Get] What to show when there is nothing to show for this tab. |
abstract bool | ShouldTabShow ( WitAppInfo appInfo ) Determines whether or not to show the tab, based upon the current appInfo. |
bool | ShouldTabShow ( WitConfiguration configuration ) Determines whether or not to show the tab, based upon the current configuration. |
string | GetPropertyName ( string tabID ) |
string | GetTabText ( bool titleLabel ) The text to display for this tab |
virtual Type Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.DataType |
---|
The WitConfigurationData type relevant to this tab. Defaults to Will be null if there is no custom types to reference |
abstract string Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.TabID |
---|
The custom ID for this tab |
abstract int Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.TabOrder |
---|
The relative order of the tabs, from 0 upwards. |
abstract string Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.TabLabel |
---|
The label to display for this tab. |
abstract string Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.MissingLabel |
---|
What to show when there is nothing to show for this tab. |
abstract bool Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.ShouldTabShow ( WitAppInfo appInfo ) |
---|
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 |
virtual bool Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.ShouldTabShow ( WitConfiguration configuration ) |
---|
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 |
virtual string Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.GetPropertyName ( string tabID ) |
---|
Parameters tabID Returns the name of the property of the given tabID |
virtual string Meta.WitAi.Data.Configuration.Tabs.WitConfigurationEditorTab.GetTabText ( bool titleLabel ) |
---|
The text to display for this tab Parameters titleLabel Whether to display the Tab's label |