Dockview
    Preparing search index...

    Type Alias DockviewOrigin

    DockviewOrigin: "user" | "api"

    Who caused an operation: 'user' for changes driven by direct interaction (drag-and-drop, tab UI, keyboard docking) and 'api' for those entered through a DockviewApi method called by application code. Lets consumers (e.g. an undo stack, or a context-sync listener) treat the app's own programmatic changes differently from end-user gestures.