@openvanilla/mcbopomofoweb
    Preparing search index...

    Interface InputUI

    A interface to let the input method module to talk to an input method framework or a specific UI framework.

    interface InputUI {
        commitString(text: string): void;
        reset(): void;
        update(state: string): void;
    }
    Index

    Methods