matrix-appservice-bridge
    Preparing search index...

    Type Alias WidgetOpts

    type WidgetOpts = {
        data?: Record<string, unknown>;
        extra?: Record<string, unknown>;
        name: string;
        type?: string;
        url: string;
        waitForIframeLoad: boolean;
    }
    Index

    Properties

    data?: Record<string, unknown>
    extra?: Record<string, unknown>
    name: string
    type?: string
    url: string
    waitForIframeLoad: boolean