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: “

