Header menu logo Fabulous.AST

FieldBuilders Module

Type extensions

Type extension Description

Ast.Field(fieldType)

Full Usage: Ast.Field(fieldType)

Parameters:
Returns: WidgetBuilder<FieldNode>

Create a field with the give type.

Extended Type: Ast

fieldType : WidgetBuilder<Type>

The type of the field.

Returns: WidgetBuilder<FieldNode>

Ast.Field(fieldType)

Full Usage: Ast.Field(fieldType)

Parameters:
    fieldType : string - The type of the field.

Returns: WidgetBuilder<FieldNode>

Create a field with the give type.

Extended Type: Ast

fieldType : string

The type of the field.

Returns: WidgetBuilder<FieldNode>

Ast.Field(name, fieldType)

Full Usage: Ast.Field(name, fieldType)

Parameters:
    name : string - The name of the field.
    fieldType : WidgetBuilder<Type> - The type of the field.

Returns: WidgetBuilder<FieldNode>

Create a field with the give a name and type.

Extended Type: Ast

name : string

The name of the field.

fieldType : WidgetBuilder<Type>

The type of the field.

Returns: WidgetBuilder<FieldNode>

Ast.Field(name, fieldType)

Full Usage: Ast.Field(name, fieldType)

Parameters:
    name : string - The name of the field.
    fieldType : string - The type of the field.

Returns: WidgetBuilder<FieldNode>

Create a field with the give a name and type.

Extended Type: Ast

name : string

The name of the field.

fieldType : string

The type of the field.

Returns: WidgetBuilder<FieldNode>

Ast.ValField(name, fieldType)

Full Usage: Ast.ValField(name, fieldType)

Parameters:
    name : string - The name of the field.
    fieldType : WidgetBuilder<Type> - The type of the field.

Returns: WidgetBuilder<FieldNode>

Create a Val field with the give a name and type.

Extended Type: Ast

name : string

The name of the field.

fieldType : WidgetBuilder<Type>

The type of the field.

Returns: WidgetBuilder<FieldNode>

Ast.ValField(name, fieldType)

Full Usage: Ast.ValField(name, fieldType)

Parameters:
    name : string - The name of the field.
    fieldType : string - The type of the field.

Returns: WidgetBuilder<FieldNode>

Create a Val field with the give a name and type.

Extended Type: Ast

name : string

The name of the field.

fieldType : string

The type of the field.

Returns: WidgetBuilder<FieldNode>

Type something to start searching.