Documentation / @zerotal/admin / index / PanelSearchProvider
Interface: PanelSearchProvider
Defined in: admin/src/plugin.ts:211
A source of global-search results beyond the registered resources — log lines, jobs, audit entries, anything with a stable URL.
Properties
id
id:
string
Defined in: admin/src/plugin.ts:213
Stable id, used for the opt-out check and as the result group key.
label
label:
string
Defined in: admin/src/plugin.ts:215
Group heading shown above this provider's hits.
icon?
optionalicon?:string
Defined in: admin/src/plugin.ts:216
ability
ability:
string
Defined in: admin/src/plugin.ts:218
Ability required to search this source.
Methods
search()
Defined in: admin/src/plugin.ts:219
Parameters
term
string