Skip to main content

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[];