Class WatermarkTextConfig
Package: @aurigma/design-atoms-model
Properties
fontSettings
Declaration
fontSettings?: BaseTextItem.FontSettings;
Property Value
| Type | Description |
|---|---|
| FontSettings |
opacity
Declaration
opacity?: number;
Property Value
| Type | Description |
|---|---|
| number |
scale
Declaration
scale?: number;
Property Value
| Type | Description |
|---|---|
| number |
text
Declaration
text?: string;
Property Value
| Type | Description |
|---|---|
| string |
Methods
clone()
Declaration
clone(): WatermarkTextConfig;
Returns
| Type | Description |
|---|---|
| WatermarkTextConfig |