Header menu logo Fabulous.AST

UnionModifiers Type

Static members

Static member Description

UnionModifiers.attribute (this, attribute)

Full Usage: UnionModifiers.attribute (this, attribute)

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the attributes for the current union definition.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

attribute : WidgetBuilder<AttributeNode>

The attribute to set.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.attributes (this, attributes)

Full Usage: UnionModifiers.attributes (this, attributes)

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the attributes for the current union definition.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

attributes : WidgetBuilder<AttributeNode> list

The attributes to set.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.members this

Full Usage: UnionModifiers.members this

Parameters:
Returns: AttributeCollectionBuilder<TypeDefnUnionNode, MemberDefn>
Modifiers: inline

Sets the members for the current union definition.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

Returns: AttributeCollectionBuilder<TypeDefnUnionNode, MemberDefn>

UnionModifiers.toInternal this

Full Usage: UnionModifiers.toInternal this

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the union to be internal.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.toPrivate this

Full Usage: UnionModifiers.toPrivate this

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the union to be internal.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.toPublic this

Full Usage: UnionModifiers.toPublic this

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the union to be public.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.toRecursive this

Full Usage: UnionModifiers.toRecursive this

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the union to be recursive.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.typeParams (this, typeParams)

Full Usage: UnionModifiers.typeParams (this, typeParams)

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the type params for the current union definition.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

typeParams : WidgetBuilder<TyparDecls>

The type params to set.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.xmlDocs (this, xmlDocs)

Full Usage: UnionModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the XmlDocs for the current union definition.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

xmlDocs : string list

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnUnionNode>

UnionModifiers.xmlDocs (this, xmlDocs)

Full Usage: UnionModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnUnionNode>
Modifiers: inline

Sets the XmlDocs for the current union definition.

this : WidgetBuilder<TypeDefnUnionNode>

Current widget.

xmlDocs : WidgetBuilder<XmlDocNode>

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnUnionNode>

Type something to start searching.