typename

書式

actionListObject.typename

説明

ActionListオブジェクトの種類を文字列で返します。ActionListオブジェクトの場合、ActionListの文字列になります。
var aList=new ActionList();
alert(aList.typename);

目次に戻る