vigiles API reference
    Preparing search index...

    Interface CompileRailwayOptions

    interface CompileRailwayOptions {
        knownAgents?: readonly string[];
        specFile?: string;
    }
    Index

    Properties

    knownAgents?: readonly string[]

    Names of compiled agents, to resolve delegate targets. Skipped if omitted.

    specFile?: string