Interface TaggableStatement

Represents a statement that can be prefixed with the !%#* symbols to change it's behaviour.

interface TaggableStatement {
    tagBackground: boolean;
    tagDisabled: boolean;
    tagHighlight: boolean;
    tagRoot: boolean;
}

Implemented by

Properties

tagBackground: boolean

Set to true if this module instantation has been tagged with a '%' symbol.

tagDisabled: boolean

Set to true if this module instantation has been tagged with a '*' symbol.

tagHighlight: boolean

Set to true if this module instantation has been tagged with a '#' symbol.

tagRoot: boolean

Set to true if this module instantation has been tagged with a '!' symbol.