介面: Provider
@lexical/yjs.Provider
屬性
awareness
• awareness: ProviderAwareness
定義於
packages/lexical-yjs/src/index.ts:37
方法
connect
▸ connect(): void
| Promise
<void
>
返回
void
| Promise
<void
>
定義於
packages/lexical-yjs/src/index.ts:38
disconnect
▸ disconnect(): void
返回
void
定義於
packages/lexical-yjs/src/index.ts:39
off
▸ off(type
, cb
): void
參數
名稱 | 類型 |
---|---|
type | "sync" |
cb | (isSynced : boolean ) => void |
返回
void
定義於
packages/lexical-yjs/src/index.ts:40
▸ off(type
, cb
): void
參數
名稱 | 類型 |
---|---|
type | "update" |
cb | (arg0 : unknown ) => void |
返回
void
定義於
packages/lexical-yjs/src/index.ts:41
▸ off(type
, cb
): void
參數
名稱 | 類型 |
---|---|
type | "status" |
cb | (arg0 : { status : string }) => void |
返回
void
定義於
packages/lexical-yjs/src/index.ts:42
▸ off(type
, cb
): void
參數
名稱 | 類型 |
---|---|
type | "reload" |
cb | (doc : Doc ) => void |
返回
void
定義於
packages/lexical-yjs/src/index.ts:43
on
▸ on(type
, cb
): void
參數
名稱 | 類型 |
---|---|
type | "sync" |
cb | (isSynced : boolean ) => void |
返回
void
定義於
packages/lexical-yjs/src/index.ts:44
▸ on(type
, cb
): void
參數
名稱 | 類型 |
---|---|
type | "status" |
cb | (arg0 : { status : string }) => void |
返回
void
定義於
packages/lexical-yjs/src/index.ts:45
▸ on(type
, cb
): void
參數
名稱 | 類型 |
---|---|
type | "update" |
cb | (arg0 : unknown ) => void |