Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1021 Bytes

kibana-plugin-public.savedobjectsfindresponsepublic.md

File metadata and controls

24 lines (15 loc) · 1021 Bytes

Home > kibana-plugin-public > SavedObjectsFindResponsePublic

SavedObjectsFindResponsePublic interface

Return type of the Saved Objects find() method.

*Note*: this type is different between the Public and Server Saved Objects clients.

Signature:

export interface SavedObjectsFindResponsePublic<T extends SavedObjectAttributes = SavedObjectAttributes> extends SavedObjectsBatchResponse<T> 

Properties

Property Type Description
page number
perPage number
total number