Contents

NSScriptCoercionHandler

A mechanism for converting one kind of scripting data to another.

Declaration

class NSScriptCoercionHandler

Overview

A shared instance of this class coerces (converts) object values to objects of another class using information supplied by classes that register with it. Coercions frequently are required during key-value coding.

Topics

Accessing the application’s handler

Working with handlers

See Also

NSObject Script Support