tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ItemChildrenQueryHook

ItemChildrenQueryHook type

Signature:

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

References: ItemChildrenQueryProps, QueryOptions, RepositoryLocalObject, ApiError, QueryResult