mwg API
    Preparing search index...

    Interface EventPage

    interface EventPage {
        commands: EventCommand[];
        conditions?: EventCondition[];
        frame?: string | number;
        trigger: EventTrigger;
    }
    Index
    commands: EventCommand[]
    conditions?: EventCondition[]

    every condition must hold for this page to be selected

    frame?: string | number

    the frame shown on the map for this page; omit for no graphic

    trigger: EventTrigger