Select

Inherits from : IJump, IForceAuto, ISkipStop, IWait

{
    "selectList": [
        {
            "targetLabel": "select1",
            "message": "選択肢1"
        },
        {
            "targetLabel": "select2",
            "message": "選択肢2"
        },
        {
            "targetLabel": "select3",
            "message": "選択肢3"
        }
    ],
    "type": "Select"
}
    
key type notes
selectList List<JNCSelectData> 選択肢情報

JNCSelectData
key type notes
targetLabel string 遷移先ラベル
message string 表示文言

選択肢のカスタマイズ