Contents

init(named:)

Creates an action of the given name from an action file.

Declaration

init?(named name: String)

Parameters

  • name:

    The name of the action.

Return Value

A new action object.

See Also

Creating Custom Actions