Home > kibana-plugin-core-server > SavedObjectsFindOptions > fields
An array of fields to include in the results
Signature:
fields?: string[];
SavedObjects.find({type: 'dashboard', fields: ['attributes.name', 'attributes.location']})
Home > kibana-plugin-core-server > SavedObjectsFindOptions > fields
An array of fields to include in the results
Signature:
fields?: string[];
SavedObjects.find({type: 'dashboard', fields: ['attributes.name', 'attributes.location']})