Contents

init(name:handler:)

Creates a custom action object with the specified name and handler.

Declaration

init(name: String, handler: (() -> Bool)? = nil)

See Also

Creating a Custom Action