tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ItemDefaultDataQueryHook

ItemDefaultDataQueryHook type

Signature:

export type ItemDefaultDataQueryHook = <TItem extends IdentifiableObject>(
    props: ItemDefaultDataQueryProps | undefined,
    options?: QueryOptions<TItem | undefined, ApiError>,
) => QueryResult<TItem | undefined, ApiError>;

References: IdentifiableObject, ItemDefaultDataQueryProps, QueryOptions, ApiError, QueryResult