PropertyCollection

PropertyCollection class

プロパティのコレクション @hideconstructor

メソッド

get

名前説明
get(idx)

Result:


get

名前説明
get(property)

Result:


set

名前説明
set(property, value)

Result:


findProperty

名前説明
findProperty(property)プロパティを検索します。動的プロパティ(CreateDynamicProperty/SetProperty によって作成)またはネイティブプロパティ(名前で識別)になる可能性があります

Parameters:

名前説明
property文字列プロパティ名。

Result: Property


removeProperty

名前説明
removeProperty(property)動的プロパティを削除します。

Parameters:

名前説明
propertyProperty削除するプロパティはどれですか

Result: boolean


removeProperty

名前説明
removeProperty(property)動的プロパティを削除します。

Parameters:

名前説明
property文字列削除するプロパティはどれですか

Result: boolean


iterator

名前説明
iterator()内部使用のために予約されています。

Result: boolean