跳到主要内容

types

Enumerations

Commands

Defined in: types/index.ts:16

命令枚举

Enumeration Members

DeleteBook

DeleteBook: "GhostReader.deleteEntry"

Defined in: types/index.ts:18

ImportBook

ImportBook: "GhostReader.import"

Defined in: types/index.ts:19

JumpLine

JumpLine: "GhostReader.jump"

Defined in: types/index.ts:23

NextLine

NextLine: "GhostReader.next"

Defined in: types/index.ts:22

OpenBook

OpenBook: "GhostReader.openBook"

Defined in: types/index.ts:17

PrevLine

PrevLine: "GhostReader.prev"

Defined in: types/index.ts:21

RefreshBookList

RefreshBookList: "GhostReader.refreshBookList"

Defined in: types/index.ts:20

SwitchCodingMode

SwitchCodingMode: "GhostReader.switchCodingMode"

Defined in: types/index.ts:25

SwitchReadingMode

SwitchReadingMode: "GhostReader.switchReadingMode"

Defined in: types/index.ts:24


CustomWhenClauseContext

Defined in: types/index.ts:31

自定义上下文键

Enumeration Members

IsReadingMode

IsReadingMode: "GhostReader.isReadingMode"

Defined in: types/index.ts:32


StatusBarPriority

Defined in: types/index.ts:38

状态栏优先级

Enumeration Members

ActiveKeyBind

ActiveKeyBind: 800

Defined in: types/index.ts:45

DisableKeyBind

DisableKeyBind: 700

Defined in: types/index.ts:44

ImportBook

ImportBook: 200

Defined in: types/index.ts:39

JumpLine

JumpLine: 600

Defined in: types/index.ts:43

NextLine

NextLine: 400

Defined in: types/index.ts:41

PrevLine

PrevLine: 500

Defined in: types/index.ts:42

Process

Process: 300

Defined in: types/index.ts:40

Interfaces

BookData

Defined in: types/index.ts:4

文本数据类型

Properties

id

id: string

Defined in: types/index.ts:5

name

name: string

Defined in: types/index.ts:6

offset?

optional offset: number

Defined in: types/index.ts:9

当前行内的字符偏移(用于智能分页)

process

process: number

Defined in: types/index.ts:7

url

url: string

Defined in: types/index.ts:10

Variables

isReadingMode

const isReadingMode: true = true

Defined in: types/index.ts:51

阅读模式常量