ts-graphviz
    Preparing search index...

    Interface CommonParseOptionsBeta

    CommonParseOptions is an interface that defines the properties needed in order to parse a file.

    interface CommonParseOptions {
        filename?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    filename?: string

    filename (optional): A string value that is used to identify the file to be parsed.