Resource Base
Table of contents

AnnotationToolbarButton

Syntax

interface AnnotationToolbarButton {
    id?: string; 
    className?: string; 
    style?: CssStyleDeclaration; 
    tooltip?: string; 
    displayText?: string; 
}

Attributes

id

The id of Dom Element. If it is not specified, a random string will be generated.

className

The className of CSS.

style

The style which will cover CSS.

tooltip

The tooltip of the button.

displayText

The display text of the button.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.0)
    • Version 1.x
      • Version 1.1
    Change +