@flowscripter/dynamic-cli-framework
Preparing search index...
DefaultTableGeneratorService
Class DefaultTableGeneratorService
Implements
TableGeneratorService
Index
Constructors
constructor
Properties
background
Color
Function
color
Enabled
color
Function
Methods
create
Table
render
Constructors
constructor
new
DefaultTableGeneratorService
()
:
DefaultTableGeneratorService
Returns
DefaultTableGeneratorService
Properties
background
Color
Function
backgroundColorFunction
:
(
text
:
string
,
hexFormattedColor
:
string
)
=>
string
= ...
color
Enabled
colorEnabled
:
boolean
= true
color
Function
colorFunction
:
(
text
:
string
,
hexFormattedColor
:
string
)
=>
string
= ...
Methods
create
Table
createTable
(
rowCount
:
number
,
columnCount
:
number
,
options
?:
TableOptions
,
)
:
Table
Parameters
rowCount
:
number
columnCount
:
number
Optional
options
:
TableOptions
Returns
Table
render
render
(
table
:
Table
)
:
string
Parameters
table
:
Table
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
background
Color
Function
color
Enabled
color
Function
Methods
create
Table
render
@flowscripter/dynamic-cli-framework
Loading...