@rekurt/openkline - v0.2.0
    Preparing search index...

    Interface KeyboardCallbacks

    interface KeyboardCallbacks {
        onFitAll?: () => void;
        onFitVisible?: () => void;
        onGoToLive?: () => void;
        onViewportChange?: () => void;
    }
    Index

    Properties

    onFitAll?: () => void
    onFitVisible?: () => void
    onGoToLive?: () => void
    onViewportChange?: () => void