OpenFairyGUI API
    Preparing search index...

    Interface UamControllerModel

    interface UamControllerModel {
        actions: UamControllerAction[];
        autoRadioGroupDepth: boolean;
        name: string;
        pages: UamControllerPage[];
        selectedIndex: number;
    }
    Index
    autoRadioGroupDepth: boolean
    name: string
    selectedIndex: number