@eagleoutice/flowr - v2.15.8
Preparing search index...
src/documentation/doc-util/doc-cfg
PrintCfgOptions
Interface PrintCfgOptions
interface
PrintCfgOptions
{
ctx
?:
GeneralDocContext
;
openCode
?:
boolean
;
prefix
?:
string
;
showCode
?:
boolean
;
simplifications
?:
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
;
simplify
?:
boolean
;
}
Index
Properties
ctx?
open
Code?
prefix?
show
Code?
simplifications?
simplify?
Properties
Optional
Readonly
ctx
ctx
?:
GeneralDocContext
Optional
Readonly
open
Code
openCode
?:
boolean
Optional
Readonly
prefix
prefix
?:
string
Optional
Readonly
show
Code
showCode
?:
boolean
Optional
Readonly
simplifications
simplifications
?:
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
Optional
Readonly
simplify
simplify
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ctx
open
Code
prefix
show
Code
simplifications
simplify
@eagleoutice/flowr - v2.15.8
Loading...