ChainOfThoughtThoughtBuilder
Methods
Label(System.String)
The primary label text for the thought item.
Parameters
value - System.String
The value for Label
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.
SecondaryLabel(System.String)
A secondary label displayed after the separator in the thought item.
Parameters
value - System.String
The value for SecondaryLabel
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.
SvgIcon(System.String)
The name of the SVG icon displayed for the thought item.
Parameters
value - System.String
The value for SvgIcon
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.
LinesAdded(System.Double)
The number of lines added, displayed as a green delta badge on the thought item.
Parameters
value - System.Double
The value for LinesAdded
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.
LinesRemoved(System.Double)
The number of lines removed, displayed as a red delta badge on the thought item.
Parameters
value - System.Double
The value for LinesRemoved
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.
Time(System.String)
A time or duration string displayed after a separator in the thought item.
Parameters
value - System.String
The value for Time
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.
Children(System.String)
An HTML string rendered as a nested body inside the thought item.
Parameters
value - System.String
The value for Children
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.
Completed(System.Boolean)
Marks the individual thought item as completed by applying the k-thought-completed CSS class.
Parameters
value - System.Boolean
The value for Completed
RETURNS
Returns the current ChainOfThoughtThoughtBuilder instance.