simgadget
    Preparing search index...

    Interface AttachOptions

    What attachSimulator accepts. Adopting a simulator decides nothing about it, so this is the log sink and nothing else.

    interface AttachOptions {
        onLog?: (message: string) => void;
    }
    Index
    onLog?: (message: string) => void