AttributeNodeBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.Attribute(value)
Parameters:
string
-
The name of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
|
Full Usage:
Ast.Attribute(value, expr)
Parameters:
string
-
The name of the attribute.
expr : WidgetBuilder<Expr>
-
The expression value of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
Extended Type:
|
Full Usage:
Ast.Attribute(value, expr)
Parameters:
string
-
The name of the attribute.
expr : WidgetBuilder<Constant>
-
The constant value of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
Extended Type:
|
Full Usage:
Ast.Attribute(value, expr)
Parameters:
string
-
The name of the attribute.
expr : string
-
The string value of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
Extended Type:
|
Full Usage:
Ast.AttributeTarget(value, target)
Parameters:
string
-
The name of the attribute.
target : string
-
The target of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
Extended Type:
|
Full Usage:
Ast.AttributeTarget(value, expr, target)
Parameters:
string
-
The name of the attribute.
expr : WidgetBuilder<Expr>
-
The expression value of the attribute.
target : string
-
The target of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
Extended Type:
|
Full Usage:
Ast.AttributeTarget(value, expr, target)
Parameters:
string
-
The name of the attribute.
expr : WidgetBuilder<Constant>
-
The constant value of the attribute.
target : string
-
The target of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
Extended Type:
|
Full Usage:
Ast.AttributeTarget(value, expr, target)
Parameters:
string
-
The name of the attribute.
expr : string
-
The string value of the attribute.
target : string
-
The target of the attribute.
Returns: WidgetBuilder<AttributeNode>
|
Extended Type:
|