tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ItemClassifiedItemsQueryHook

ItemClassifiedItemsQueryHook type

Signature:

export type ItemClassifiedItemsQueryHook = (
    props: ItemClassifiedItemsQueryProps | undefined,
    options?: QueryOptions<ReadonlyArray<RepositoryLocalObject> | undefined, ApiError>,
) => QueryResult<ReadonlyArray<RepositoryLocalObject> | undefined, ApiError>;

References: ItemClassifiedItemsQueryProps, QueryOptions, RepositoryLocalObject, ApiError, QueryResult