interface HasComment {
    comment?: string;
}

Hierarchy (view full)

Properties

Properties

comment?: string

Comments to include when outputting with toDot.

Generated using TypeDoc