schema-components - v3.7.0
    Preparing search index...

    Interface ApiWebhooksProps

    Props accepted by ApiWebhooks.

    interface ApiWebhooksProps {
        onDiagnostic?: DiagnosticSink;
        strict?: boolean;
        schema: unknown;
        widgets?: WidgetMap;
        meta?: SchemaMeta;
    }

    Hierarchy (View Summary)

    Index

    Properties

    onDiagnostic?: DiagnosticSink
    strict?: boolean
    schema: unknown
    widgets?: WidgetMap
    meta?: SchemaMeta