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

