Header menu logo Fabulous.AST

HashDirectiveBuilders Module

Type extensions

Type extension Description

Ast.HashDirective(ident, args)

Full Usage: Ast.HashDirective(ident, args)

Parameters:
    ident : string - The identifier of the hash directive.
    args : WidgetBuilder<Constant> list - The arguments of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a HashDirective widget

Extended Type: Ast

ident : string

The identifier of the hash directive.

args : WidgetBuilder<Constant> list

The arguments of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.HashDirective(ident, args)

Full Usage: Ast.HashDirective(ident, args)

Parameters:
    ident : string - The identifier of the hash directive.
    args : string list - The arguments of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a HashDirective widget

Extended Type: Ast

ident : string

The identifier of the hash directive.

args : string list

The arguments of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.HashDirective(ident, value)

Full Usage: Ast.HashDirective(ident, value)

Parameters:
    ident : string - The identifier of the hash directive.
    value : WidgetBuilder<Constant> - The argument of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a HashDirective widget

Extended Type: Ast

ident : string

The identifier of the hash directive.

value : WidgetBuilder<Constant>

The argument of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.HashDirective(ident, value)

Full Usage: Ast.HashDirective(ident, value)

Parameters:
    ident : string - The identifier of the hash directive.
    value : string - The argument of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a HashDirective widget

Extended Type: Ast

ident : string

The identifier of the hash directive.

value : string

The argument of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.HashDirective(ident)

Full Usage: Ast.HashDirective(ident)

Parameters:
    ident : string - The identifier of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a HashDirective widget

Extended Type: Ast

ident : string

The identifier of the hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.Help(value)

Full Usage: Ast.Help(value)

Parameters:
Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a Help hash directive.

Extended Type: Ast

value : WidgetBuilder<Constant>

The arguments of the Help hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.Help(value)

Full Usage: Ast.Help(value)

Parameters:
    value : string - The arguments of the Help hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a Help hash directive.

Extended Type: Ast

value : string

The arguments of the Help hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.NoWarn(args)

Full Usage: Ast.NoWarn(args)

Parameters:
Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a NoWarn hash directive.

Extended Type: Ast

args : WidgetBuilder<Constant> list

The arguments of the NoWarn hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.NoWarn(args)

Full Usage: Ast.NoWarn(args)

Parameters:
    args : string list - The arguments of the NoWarn hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a NoWarn hash directive.

Extended Type: Ast

args : string list

The arguments of the NoWarn hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.NoWarn(value)

Full Usage: Ast.NoWarn(value)

Parameters:
Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a NoWarn hash directive.

Extended Type: Ast

value : WidgetBuilder<Constant>

The argument of the NoWarn hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Ast.NoWarn(value)

Full Usage: Ast.NoWarn(value)

Parameters:
    value : string - The argument of the NoWarn hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Creates a NoWarn hash directive.

Extended Type: Ast

value : string

The argument of the NoWarn hash directive.

Returns: WidgetBuilder<ParsedHashDirectiveNode>

Type something to start searching.