Type Method 型メソッド

isKeyExcluded(fromWebScript:)

Returns whether a key should be hidden from the scripting environment.

Declaration 宣言

class func isKeyExcluded(fromWebScript name: UnsafePointer<CChar>!) -> Bool

Parameters パラメータ

name

The name of the attribute.

Return Value 戻り値

true if the attribute specified by name should be hidden from the scripting environment; otherwise, false.

Discussion 解説

The default value is true.

See Also 参照

Getting attributes