VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface LayoutScriptingConfig

    interface LayoutScriptingConfig {
        methods?: Record<string, ScriptMethodSource>;
        onAfterSettle?: string;
        onBeforeLayout?: string;
        vars?: Record<string, unknown>;
    }
    Index

    Properties

    methods?: Record<string, ScriptMethodSource>
    onAfterSettle?: string
    onBeforeLayout?: string
    vars?: Record<string, unknown>