Show / Hide Table of Contents

    Class Binder

    Package: grammarkdown

    Methods

    bindSourceFile(file, bindings, cancelable)

    Binds a SourceFile in the provided BindingTable.

    Declaration
    bindSourceFile(file: SourceFile, bindings: BindingTable, cancelable?: Cancelable): void;
    Parameters
    file
    SourceFile

    bindings
    BindingTable

    cancelable
    Cancelable

    Returns
    void

    Back to top Generated by DocFX