CursorTool
Definiert den anfänglichen Interaktionsmodus: Auswählen oder Hand.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiPdfViewer.CursorTool
Attribut-Getter
public getCursorTool(): CursorTool | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
Der aktuelle Wert des Attributs. |
Attribut-Setter
public setCursorTool(valueNew: Capitalize<Lowercase<keyof typeof CursorTool>> | CursorTool | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | Capitalize<Lowercase<keyof typeof CursorTool>>, CursorTool, null | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert. |
![]() | Verfügbar ab Version 1.12 |
