sesaparcours
    Preparing search index...
    interface LineEchoOptions {
        allowedAttributes: (string | RegExp)[];
        ansi: boolean;
        delay: number;
        exec: boolean;
        finalize: EchoEventFunction;
        flush: boolean;
        formatters: boolean;
        invokeMethods: boolean;
        keepWords: boolean;
        newline: boolean;
        onClear: EchoEventFunction;
        raw: boolean;
        typing: boolean;
        unmount: EchoEventFunction;
    }
    Index

    Properties

    allowedAttributes: (string | RegExp)[]
    ansi: boolean
    delay: number
    exec: boolean
    flush: boolean
    formatters: boolean
    invokeMethods: boolean
    keepWords: boolean
    newline: boolean
    raw: boolean
    typing: boolean