Eulergraph
    Preparing search index...

    Type Alias CursorControllerCallbacks

    type CursorControllerCallbacks = {
        onCursorUpdate: () => void;
        onRender: () => void;
        onSelectionChange: () => void;
    }
    Index

    Properties

    onCursorUpdate: () => void
    onRender: () => void
    onSelectionChange: () => void