@eagleoutice/flowr - v2.13.15
Preparing search index...
src/util/files
Table
Interface Table
Represents a table, identified by a header and a list of rows.
interface
Table
{
header
:
string
[]
;
rows
:
string
[]
[]
;
}
Index
Properties
header
rows
Properties
header
header
:
string
[]
rows
rows
:
string
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
header
rows
@eagleoutice/flowr - v2.13.15
Loading...
Represents a table, identified by a header and a list of rows.