@flowscripter/dynamic-cli-framework
Preparing search index...
Table
Class Table
Index
Constructors
constructor
Properties
column
Count
options
row
Count
Methods
cell
column
get
Cell
get
Column
Options
get
Row
Options
row
Constructors
constructor
new
Table
(
rowCount
:
number
,
columnCount
:
number
,
options
?:
TableOptions
)
:
Table
Parameters
rowCount
:
number
columnCount
:
number
Optional
options
:
TableOptions
Returns
Table
Properties
Readonly
column
Count
columnCount
:
number
Readonly
options
options
:
TableOptions
Readonly
row
Count
rowCount
:
number
Methods
cell
cell
(
rowIndex
:
number
,
columnIndex
:
number
,
contents
:
string
,
cellOptions
?:
CellOptions
,
)
:
Table
Parameters
rowIndex
:
number
columnIndex
:
number
contents
:
string
Optional
cellOptions
:
CellOptions
Returns
Table
column
column
(
columnIndex
:
number
,
columnOptions
:
ColumnOptions
)
:
Table
Parameters
columnIndex
:
number
columnOptions
:
ColumnOptions
Returns
Table
get
Cell
getCell
(
rowIndex
:
number
,
columnIndex
:
number
,
)
:
{
contents
:
string
;
options
?:
CellOptions
}
|
undefined
Parameters
rowIndex
:
number
columnIndex
:
number
Returns
{
contents
:
string
;
options
?:
CellOptions
}
|
undefined
get
Column
Options
getColumnOptions
(
columnIndex
:
number
)
:
ColumnOptions
|
undefined
Parameters
columnIndex
:
number
Returns
ColumnOptions
|
undefined
get
Row
Options
getRowOptions
(
rowIndex
:
number
)
:
RowOptions
|
undefined
Parameters
rowIndex
:
number
Returns
RowOptions
|
undefined
row
row
(
rowIndex
:
number
,
rowOptions
:
RowOptions
)
:
Table
Parameters
rowIndex
:
number
rowOptions
:
RowOptions
Returns
Table
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
column
Count
options
row
Count
Methods
cell
column
get
Cell
get
Column
Options
get
Row
Options
row
@flowscripter/dynamic-cli-framework
Loading...