VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
LayoutScriptingConfig
Interface LayoutScriptingConfig
interface
LayoutScriptingConfig
{
methods
?:
Record
<
string
,
ScriptMethodSource
>
;
onAfterSettle
?:
string
;
onBeforeLayout
?:
string
;
vars
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
methods?
on
After
Settle?
on
Before
Layout?
vars?
Properties
Optional
methods
methods
?:
Record
<
string
,
ScriptMethodSource
>
Optional
on
After
Settle
onAfterSettle
?:
string
Optional
on
Before
Layout
onBeforeLayout
?:
string
Optional
vars
vars
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
methods
on
After
Settle
on
Before
Layout
vars
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...