OpenFairyGUI API
    Preparing search index...

    Interface UamControllerAction

    interface UamControllerAction {
        actionType: number;
        controllerName: string;
        delay: number;
        fromPageIds: string[];
        name: string;
        playTimes: number;
        stopOnExit: boolean;
        targetNodeId: string;
        targetPage: string;
        toPageIds: string[];
        transitionName: string;
    }
    Index
    actionType: number
    controllerName: string
    delay: number
    fromPageIds: string[]
    name: string
    playTimes: number
    stopOnExit: boolean
    targetNodeId: string
    targetPage: string
    toPageIds: string[]
    transitionName: string