@flowscripter/dynamic-cli-framework
Preparing search index...
Styler
Interface Styler
interface
Styler
{
colorEnabled
:
boolean
;
hyperlinksEnabled
:
boolean
;
backgroundColorText
(
text
:
string
,
colorValue
:
number
)
:
string
;
colorText
(
text
:
string
,
colorValue
:
number
)
:
string
;
hyperlink
(
text
:
string
,
url
:
string
)
:
string
;
italicText
(
text
:
string
)
:
string
;
}
Index
Properties
color
Enabled
hyperlinks
Enabled
Methods
background
Color
Text
color
Text
hyperlink
italic
Text
Properties
color
Enabled
colorEnabled
:
boolean
hyperlinks
Enabled
hyperlinksEnabled
:
boolean
Methods
background
Color
Text
backgroundColorText
(
text
:
string
,
colorValue
:
number
)
:
string
Parameters
text
:
string
colorValue
:
number
Returns
string
color
Text
colorText
(
text
:
string
,
colorValue
:
number
)
:
string
Parameters
text
:
string
colorValue
:
number
Returns
string
hyperlink
hyperlink
(
text
:
string
,
url
:
string
)
:
string
Parameters
text
:
string
url
:
string
Returns
string
italic
Text
italicText
(
text
:
string
)
:
string
Parameters
text
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
Enabled
hyperlinks
Enabled
Methods
background
Color
Text
color
Text
hyperlink
italic
Text
@flowscripter/dynamic-cli-framework
Loading...