PageMode

Page mode (state of the sidebar).

Accepted values: none, thumbs, bookmarks, attachments\nExample: pagemode=none

Schema: tchmi:framework#/definitions/Path

Attribute getter

public getPageMode(): 'none' | 'thumbs' | 'bookmarks' | 'attachments' | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

'none', 'thumbs', 'bookmarks', 'attachments', null, undefined

The current value of the attribute.

Attribute setter

public setPageMode(valueNew: 'none' | 'thumbs' | 'bookmarks' | 'attachments' | null): void;

Parameter

Name

Type

Description

valueNew

'none', 'thumbs', 'bookmarks', 'attachments', null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

PageMode 1:

Available from version 1.12