Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
DocTable
Summary
Represents table, similar to an HTML<table> element.
Signature
Constructors
constructor
Constructs a new instance of the classProperties
header
Modifiers: readonly Type:readonly header: DocTableRow;
Default: “
kind
Modifiers: readonly Type:get kind(): string;
Default: “
rows
Modifiers: readonly Type:get rows(): ReadonlyArray<DocTableRow>;
Default: “

