Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.Components.CatchComponent

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { CatchComponent } = Mandarine.Components;

Interface that provides with the necessary fields for configuration in a Mandarine-powered component stereotype of Catch

interface CatchComponent {
configuration: {
exceptionType: any;
}
;
}

§Properties

§
configuration: {
exceptionType: any;
}
[src]