kibana/docs/development/core/server/kibana-plugin-server.savedobjectsclientwrapperoptions.md
Larry Gregory d107d0845e
[7.x] Expose saved object import/export from core (#42022) (#42458)
* 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
2019-08-01 13:55:26 -04:00

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