Nutrient Web SDK
    Preparing search index...

    Interface BuiltInAnnotationToolbarItem

    interface BuiltInAnnotationToolbarItem {
        type:
            | "opacity"
            | "measurementScale"
            | "color"
            | "font"
            | "spacer"
            | "linecaps-dasharray"
            | "delete"
            | "close"
            | "back"
            | "stroke-color"
            | "fill-color"
            | "background-color"
            | "line-width"
            | "blend-mode"
            | "annotation-note"
            | "border-color"
            | "border-width"
            | "border-style"
            | "line-style"
            | "overlay-text"
            | "outline-color"
            | "apply-redactions"
            | "measurementType"
            | "crop-current"
            | "crop-all";
    }
    Index

    Properties

    Properties

    type:
        | "opacity"
        | "measurementScale"
        | "color"
        | "font"
        | "spacer"
        | "linecaps-dasharray"
        | "delete"
        | "close"
        | "back"
        | "stroke-color"
        | "fill-color"
        | "background-color"
        | "line-width"
        | "blend-mode"
        | "annotation-note"
        | "border-color"
        | "border-width"
        | "border-style"
        | "line-style"
        | "overlay-text"
        | "outline-color"
        | "apply-redactions"
        | "measurementType"
        | "crop-current"
        | "crop-all"