weasel API - v0.8.0
    Preparing search index...

    Interface PhaseAtom

    One element of a phase list: a (channel, phase) pair. The default channel (omitted in the shorthand) is '&'. phase: '*' means "any phase of the given channel".

    interface PhaseAtom {
        channel: string;
        phase: "*" | RoutePhase;
    }
    Index

    Properties

    Properties

    channel: string
    phase: "*" | RoutePhase