Nutrient Web SDK
    Preparing search index...

    Variable defaultDocumentEditorToolbarItemsConst

    defaultDocumentEditorToolbarItems: {
        type:
            | "zoom-out"
            | "zoom-in"
            | "spacer"
            | "add"
            | "remove"
            | "duplicate"
            | "rotate-left"
            | "rotate-right"
            | "move"
            | "move-left"
            | "move-right"
            | "import-document"
            | "extract-pages"
            | "undo"
            | "redo"
            | "select-all"
            | "select-none";
    }[] = ...