Eulergraph
    Preparing search index...

    Type Alias KeyboardServiceCallbacks

    type KeyboardServiceCallbacks = {
        onRender: () => void;
        onUpdateCursor: () => void;
    }
    Index

    Properties

    onRender: () => void
    onUpdateCursor: () => void