Type Method 型メソッド

isSelectorExcluded(fromWebScript:)

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

Declaration 宣言

class func isSelectorExcluded(fromWebScript selector: Selector!) -> Bool

Parameters パラメータ

aSelector

The selector.

Return Value 戻り値

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

Discussion 解説

Only methods with valid parameters and return types are exported to the WebKit JavaScript environment. The valid types are Objective-C objects and scalars. The default value is true.

See Also 参照

Getting attributes