IResource.withUrls
Method
interface IResource { // ... omitted for brevity withUrls(callback: (obj: ResourceUrlsCallbackContext) => Promise<void>): IResource;}Signature
method
withUrls builder Registers a callback to customize the URLs displayed for the resource.
withUrls(callback: (obj: ResourceUrlsCallbackContext) => Promise<void>): IResourceParameters
callback (obj: ResourceUrlsCallbackContext) => Promise<void> Returns
IResource Defined on
This method is defined on the following type: