new LiveView.Field(name, description, type, schema)
        Defines the properties of a LiveView Field.
    
    
    
    
    
    
    
        
| Name | Type | Description | 
|---|---|---|
| name | String | The field name. This is used as the unique identifier for this field. | 
| description | String | A description of the field. | 
| type | String | The type of the field (e.g "string", "int", etc). | 
| schema | LiveView.Schema | optional The schema of this field if its type is "tuple". | 
Members
- 
    descriptionString
- 
    
    A full length description of the field.
- 
    nameString
- 
    
    The field name. This is used as the unique identifier for this field.
- 
    schemaLiveView.Schema
- 
    
    The schema of this field if its type is "tuple".
- 
    typeString
- 
    
    The type of the field (e.g "string", "int", etc).