tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ContainerItemsQueryHook

ContainerItemsQueryHook type

Signature:

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

References: ContainerItemsQueryProps, QueryOptions, RepositoryLocalObject, ApiError, QueryResult