Graphora API
    Preparing search index...

    Interface HoverStateUpdate

    interface HoverStateUpdate {
        changed: boolean;
        previousState: HoverState;
        state: HoverState;
    }
    Index
    changed: boolean
    previousState: HoverState
    state: HoverState