Show / Hide Table of Contents

    Interface AsyncHostOptions

    Inheritance
    HostBaseOptions
    AsyncHostOptions
    Package: grammarkdown

    Properties

    readFile

    Declaration
    readFile?: ReadFileCallback | LegacyReadFileCallback | false;
    Property Value
    Type Description
    ReadFileCallback | LegacyReadFileCallback | false

    writeFile

    Declaration
    writeFile?: WriteFileCallback | LegacyWriteFileCallback | false;
    Property Value
    Type Description
    WriteFileCallback | LegacyWriteFileCallback | false
    Back to top Generated by DocFX