Skip to content

ExtensionState

This content is for v1.2.1. Switch to the latest version for up-to-date documentation.

Defined in: domain/storage/extension-state.ts:74

拡張機能がchrome.storage.localへ保存する状態。

readonly commandHistory: readonly CommandHistoryEntry[]

Defined in: domain/storage/extension-state.ts:80

入力履歴。


readonly currentDirectory: PersistedCurrentDirectory

Defined in: domain/storage/extension-state.ts:78

保存済み現在ディレクトリ。


readonly schemaVersion: 2

Defined in: domain/storage/extension-state.ts:76

保存データschema version。


readonly settings: ExtensionSettings

Defined in: domain/storage/extension-state.ts:86

拡張機能設定。


readonly usageByBookmarkId: UsageByBookmarkId

Defined in: domain/storage/extension-state.ts:84

Bookmark IDごとの利用統計。


readonly virtualTagsByBookmarkId: VirtualTagsByBookmarkId

Defined in: domain/storage/extension-state.ts:82

Bookmark IDごとの仮想タグ一覧。

Last updated: