Plugin<Options>
type Plugin<Options> = (rxDB, options?) => IRxDBPlugin;
Defined in: packages/rxdb/src/rxdb-plugin.ts:22
RxDB 插件
Type Parameters
| Type Parameter | Default type |
|---|---|
Options | any |
Parameters
| Parameter | Type |
|---|---|
rxDB | RxDB |
options? | Options |
<Options>type Plugin<Options> = (rxDB, options?) => IRxDBPlugin;
Defined in: packages/rxdb/src/rxdb-plugin.ts:22
RxDB 插件
| Type Parameter | Default type |
|---|---|
Options | any |
| Parameter | Type |
|---|---|
rxDB | RxDB |
options? | Options |