Stack
Creates a Stack. This is useful for structuring content by rows.
constructor(stack: any[])
new Stack([
new Txt('Row 1').end,
'Row 2'
]).end;
Types
IStack
Stack properties (extends from IStyleDefinition).
readonly
stack:string
[];
Creates a Stack. This is useful for structuring content by rows.
new Stack([
new Txt('Row 1').end,
'Row 2'
]).end;
Stack properties (extends from IStyleDefinition).
readonly
stack: string
[];