Header menu logo Fabulous.AST

TypeTriviaModifiers Type

Static members

Static member Description

TypeTriviaModifiers.triviaAfter (this, value)

Full Usage: TypeTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia after the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaNode>

Trivia node to add after the type.

Returns: WidgetBuilder<Type>

TypeTriviaModifiers.triviaAfter (this, value)

Full Usage: TypeTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia after the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaContent>

Trivia content to add after the type.

Returns: WidgetBuilder<Type>

TypeTriviaModifiers.triviaAfter (this, value)

Full Usage: TypeTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia after the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaNode> seq

List of trivia nodes to add after the type.

Returns: WidgetBuilder<Type>

TypeTriviaModifiers.triviaAfter (this, value)

Full Usage: TypeTriviaModifiers.triviaAfter (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia after the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaContent> seq

List of trivia content to add after the type.

Returns: WidgetBuilder<Type>

TypeTriviaModifiers.triviaBefore (this, value)

Full Usage: TypeTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia before the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaNode>

Trivia node to add before the type.

Returns: WidgetBuilder<Type>

TypeTriviaModifiers.triviaBefore (this, value)

Full Usage: TypeTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia before the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaContent>

Trivia content to add before the type.

Returns: WidgetBuilder<Type>

TypeTriviaModifiers.triviaBefore (this, value)

Full Usage: TypeTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia before the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaNode> seq

List of trivia nodes to add before the type.

Returns: WidgetBuilder<Type>

TypeTriviaModifiers.triviaBefore (this, value)

Full Usage: TypeTriviaModifiers.triviaBefore (this, value)

Parameters:
Returns: WidgetBuilder<Type>
Modifiers: inline

Adds trivia before the type.

this : WidgetBuilder<Type>

Current type widget.

value : WidgetBuilder<TriviaContent> seq

List of trivia content to add before the type.

Returns: WidgetBuilder<Type>

Type something to start searching.