PostMessage RPC API Documentation - v0.2.2
    Preparing search index...

    Interface InlinePlugin

    The interface returned by initInlinePlugin

    interface InlinePlugin {
        container: HTMLElement;
        methods: Record<string, Method>;
        destroy: () => void;
    }
    Index

    Properties

    container: HTMLElement
    methods: Record<string, Method>

    Map of method names to async method implementations

    destroy: () => void

    Remove all children from the container