PageMode
Seitenmodus (Zustand der Seitenleiste).
Akzeptierte Werte: none, thumbs, bookmarks, attachments\nExample: pagemode=none
Schema: tchmi:framework#/definitions/Path
Attribut-Getter
public getPageMode(): 'none' | 'thumbs' | 'bookmarks' | 'attachments' | null | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
'none', 'thumbs', 'bookmarks', 'attachments', null, undefined | Der aktuelle Wert des Attributs. |
Attribut-Setter
public setPageMode(valueNew: 'none' | 'thumbs' | 'bookmarks' | 'attachments' | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | 'none', 'thumbs', 'bookmarks', 'attachments', 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 |
