Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface TextEditorEngineConfig

    interface TextEditorEngineConfig {
        create: TextEditorEngineFactory;
        render: TextEditorEngineRenderer;
    }
    Index

    Properties

    Properties

    A callback used to instantiate the editor instance.

    A callback used to generate markup used for the createEditorInput method and {{ editor }} handlebars helper.