FieldBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.Field(fieldType)
Parameters:
WidgetBuilder<Type>
-
The type of the field.
Returns: WidgetBuilder<FieldNode>
|
Extended Type:
|
Full Usage:
Ast.Field(fieldType)
Parameters:
string
-
The type of the field.
Returns: WidgetBuilder<FieldNode>
|
|
Full Usage:
Ast.Field(name, fieldType)
Parameters:
string
-
The name of the field.
fieldType : WidgetBuilder<Type>
-
The type of the field.
Returns: WidgetBuilder<FieldNode>
|
Extended Type:
|
Full Usage:
Ast.Field(name, fieldType)
Parameters:
string
-
The name of the field.
fieldType : string
-
The type of the field.
Returns: WidgetBuilder<FieldNode>
|
Extended Type:
|
Full Usage:
Ast.ValField(name, fieldType)
Parameters:
string
-
The name of the field.
fieldType : WidgetBuilder<Type>
-
The type of the field.
Returns: WidgetBuilder<FieldNode>
|
Extended Type:
|
Full Usage:
Ast.ValField(name, fieldType)
Parameters:
string
-
The name of the field.
fieldType : string
-
The type of the field.
Returns: WidgetBuilder<FieldNode>
|
Extended Type:
|