OpenFairyGUI API
    Preparing search index...

    Interface UamTransactionSupportIssue

    interface UamTransactionSupportIssue {
        code: UamTransactionSupportIssueCode;
        field?: string;
        gearKind?:
            | "display2"
            | "display"
            | "text"
            | "look"
            | "xy"
            | "size"
            | "color"
            | "animation"
            | "icon"
            | "fontSize";
        message: string;
        nodeKind?: | "button"
        | "comboBox"
        | "component"
        | "image"
        | "text"
        | "richText"
        | "textInput"
        | "list"
        | "tree"
        | "graph"
        | "group"
        | "loader"
        | "loader3D"
        | "movieClip"
        | "label"
        | "progressBar"
        | "slider"
        | "scrollBar";
        operationKind?: | "renameResource"
        | "moveResource"
        | "setResourceFavorite"
        | "setImageResourceProps"
        | "addResource"
        | "addPackage"
        | "renamePackage"
        | "removePackage"
        | "addComponent"
        | "removeComponent"
        | "moveComponent"
        | "replaceResourceBytes"
        | "removeResource"
        | "setComponentProps"
        | "setDisplayNodeProps"
        | "attachDisplayNode"
        | "detachDisplayNode"
        | "addController"
        | "updateController"
        | "removeController"
        | "addTransition"
        | "updateTransition"
        | "removeTransition"
        | "addLookGear"
        | "updateLookGear"
        | "removeLookGear"
        | "addGear"
        | "updateGear"
        | "removeGear";
        path: string;
        resourceKind?: | "component"
        | "image"
        | "movieClip"
        | "sound"
        | "misc"
        | "font"
        | "spine"
        | "dragonBones";
    }
    Index
    field?: string
    gearKind?:
        | "display2"
        | "display"
        | "text"
        | "look"
        | "xy"
        | "size"
        | "color"
        | "animation"
        | "icon"
        | "fontSize"
    message: string
    nodeKind?:
        | "button"
        | "comboBox"
        | "component"
        | "image"
        | "text"
        | "richText"
        | "textInput"
        | "list"
        | "tree"
        | "graph"
        | "group"
        | "loader"
        | "loader3D"
        | "movieClip"
        | "label"
        | "progressBar"
        | "slider"
        | "scrollBar"
    operationKind?:
        | "renameResource"
        | "moveResource"
        | "setResourceFavorite"
        | "setImageResourceProps"
        | "addResource"
        | "addPackage"
        | "renamePackage"
        | "removePackage"
        | "addComponent"
        | "removeComponent"
        | "moveComponent"
        | "replaceResourceBytes"
        | "removeResource"
        | "setComponentProps"
        | "setDisplayNodeProps"
        | "attachDisplayNode"
        | "detachDisplayNode"
        | "addController"
        | "updateController"
        | "removeController"
        | "addTransition"
        | "updateTransition"
        | "removeTransition"
        | "addLookGear"
        | "updateLookGear"
        | "removeLookGear"
        | "addGear"
        | "updateGear"
        | "removeGear"
    path: string
    resourceKind?:
        | "component"
        | "image"
        | "movieClip"
        | "sound"
        | "misc"
        | "font"
        | "spine"
        | "dragonBones"