Documentation
    Preparing search index...

    Interface ThemeProxy

    Per-domain proxy for theme.* envelopes.

    dispatch routes napplet→shell requests into the runtime. The deprecated emit member remains only as a fail-closed compatibility trap.

    interface ThemeProxy {
        dispatch(windowId: string, envelope: NappletMessage): void;
        emit(windowId: string, envelope: NappletMessage): void;
    }
    Index

    Methods

    Methods