Interface ErrorCaptureDialogData<Error>

interface ErrorCaptureDialogData<Error = any> {
    component: ComponentType<any>;
    errorList: WritableSignal<Error[]>;
}

Type Parameters

  • Error = any

Properties

Properties

component: ComponentType<any>
errorList: WritableSignal<Error[]>