DataProductAccessRequestLinkBuilder: (
    info: DataProductAccessInfo,
    queryBuilderState: QueryBuilderState,
) => string | undefined

Builds the address where access to a data product can be requested (e.g. its Marketplace page). Returns undefined when the host application cannot produce one, in which case no request-access action is offered.

Type declaration