Saxonberg Server API
    Preparing search index...

    Interface ExampleDefinition

    A worked invocation for the help surface. cmd is the literal command line a player would type; note is a short gloss. Authored under examples: on a verb or subcommand; surfaced individually so the help system can search and render each one. Sparing by convention — only where a concrete invocation teaches something the generated usage cannot.

    interface ExampleDefinition {
        cmd: string;
        note?: string;
    }
    Index

    Properties

    Properties

    cmd: string
    note?: string