Taos API Reference
    Preparing search index...

    Interface RenderGraphVizCallbacks

    interface RenderGraphVizCallbacks {
        onBeforeOpen?: () => void;
        onAfterClose?: () => void;
    }
    Index

    Properties

    onBeforeOpen?: () => void
    onAfterClose?: () => void