IResource.onBeforeResourceStarted
Method
interface IResource { // ... omitted for brevity onBeforeResourceStarted(callback: (arg: BeforeResourceStartedEvent) => void): IResource;}Signature
method
onBeforeResourceStarted builder Subscribes to the BeforeResourceStarted event
onBeforeResourceStarted(callback: (arg: BeforeResourceStartedEvent) => void): IResourceParameters
callback (arg: BeforeResourceStartedEvent) => void Returns
IResource Defined on
This method is defined on the following type: