TronDesigner Website Integration
    Preparing search index...

    Type Alias EditorArguments

    EditorArguments type represents the arguments for the editor.

    type EditorArguments = {
        dataMode?: DataMode;
        editor?: ArgEditor;
        editorOptions: EditorOptions;
        openMode: OpenMode;
        printJob: ArgPrintJob;
    }
    Index

    Properties

    dataMode?: DataMode
    editor?: ArgEditor
    editorOptions: EditorOptions
    openMode: OpenMode
    printJob: ArgPrintJob

    The print job to be processed.