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.
DocTableRow
Summary
Represents table row, similar to an HTML<tr> element.
Signature
Constructors
constructor
Constructs a new instance of the classProperties
cells
Modifiers: readonly Type:get cells(): ReadonlyArray<DocTableCell>;
Default: “
kind
Modifiers: readonly Type:get kind(): string;
Default: “

