tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > SystemSearchQueryHook

SystemSearchQueryHook type

Signature:

export type SystemSearchQueryHook = (
    props?: SystemSearchQueryProps,
    options?: QueryOptions<ReadonlyArray<IdentifiableObject> | undefined, ApiError>,
) => QueryResult<ReadonlyArray<IdentifiableObject> | undefined, ApiError>;

References: SystemSearchQueryProps, QueryOptions, IdentifiableObject, ApiError, QueryResult