@configuredthings/rdp.js - v0.7.0
    Preparing search index...

    Type Alias InitScaffoldOptions

    Options for the init project scaffold.

    type InitScaffoldOptions = {
        className: string;
        observable?: boolean;
    }
    Index

    Properties

    className: string

    Class name for the hand-written parser (e.g. MyParser).

    observable?: boolean

    When true, extends ObservableRDParser with notifyEnter/notifyExit stubs.