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

ShowIfAttribute Class

Extends PropertyAttribute
Controls if a field is visible based on another boolean field/property's current value.

Constructors

ShowIfAttribute ( conditionFieldName )
Controls if a field is visible based on another boolean field/property's current value.
Signature
Meta.WitAi.Attributes.ShowIfAttribute.ShowIfAttribute(string conditionFieldName)
Parameters
conditionFieldName: string  The name of a boolean field or property to use for visibility

Fields

conditionFieldName : string
Signature
string Meta.WitAi.Attributes.ShowIfAttribute.conditionFieldName