Nutrient Web SDK
    Preparing search index...

    Type Alias AnnotationToolbarItemsCallback

    AnnotationToolbarItemsCallback: (
        annotation: AnnotationsUnion | null,
        options: {
            defaultAnnotationToolbarItems: BuiltInAnnotationToolbarItem[];
            hasDesktopLayout: boolean;
        },
    ) => AnnotationToolbarItem[]

    This callback can be run on individual annotation toolbars to modify their toolbar items.

    For more information, see Configuration.annotationToolbarItems

    Type Declaration