ComponentBindFailCallback

Called when ComponentFactory.create is called and errored (when the .bind call on a component fails)

alias ComponentBindFailCallback = void delegate
(
WorkspaceD.Instance instance
,,
Exception error
)

Meta