Nutrient Web SDK
    Preparing search index...

    Type Alias KeyboardShortcutScope

    KeyboardShortcutScope:
        | { scope: "viewer" }
        | {
            interceptedActions: (
                "SEARCH"
                | "PRINT"
                | "ZOOM"
                | "UNDO"
                | "REDO"
                | "PAGINATION"
            )[];
            scope: "global";
        }

    Discriminated union describing the SDK's keyboard-shortcut scope. See the keyboardShortcutScope field of Configuration for usage and examples.