Resource Base
Table of contents

TextTypewriterStyle

Syntax

interface TextTypewriterStyle {
    opacity?: number;
    textContent?: TextContent;
}

Attributes

opacity

The opacity of the whole annotation. The value range is [0,1], value which is greater than 1 will default to 1.

Default value: 1

textContent

The text content of the text typewriter annotation. The content in the interface TextContent cannot be an empty string. Please refer to TextContent.

Is this page helpful?

YesYes NoNo

In this article: