mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* expose saved object import/export from core * additional tests * removing unused mock * updater snapshots * add objectLimit to saved objects service * don't export the import/export functionality from core; only types * documenting exported types * export missing type
838 B
838 B
Home > kibana-plugin-server > SavedObjectsClientWrapperOptions
SavedObjectsClientWrapperOptions interface
Options passed to each SavedObjectsClientWrapperFactory to aid in creating the wrapper instance.
Signature:
export interface SavedObjectsClientWrapperOptions<Request = unknown>
Properties
Property | Type | Description |
---|---|---|
client | SavedObjectsClientContract |
|
request | Request |