TextTableValue
No description
type TextTableValue implements TableValue {
name: String
value: String
}
Fields
TextTableValue.name ● String scalar
The name of the field
TextTableValue.value ● String scalar
The value of the field
Interfaces
TableValue interface
Member Of
InternalTypeRegistry object