fixInputOption
Represents a selectable option for a FixInput.
Examples
type FixInputOption {
name: String
selected: Boolean
metadata: String
info: String
displayName: String
isDisabled: Boolean
}
Fields
Field
Description
Supported fields
name String
Name identifier of the option
selected Boolean
Indicates if this option is selected
metadata String
Additional metadata related to the option
info String
Informational text describing the option
displayName String
Display name for the option shown in the UI
isDisabled Boolean
Indicates if the option is disabled
References
Fields with this object:
Last updated