Home Reference Source Repository
public interface | source

CAAction

Direct Implemented:

An interface that allows objects to respond to actions triggered by a CALayer.

See:

Method Summary

Public Methods
public

runForKeyObjectArguments(event: string, anObject: Object, dict: Map<AnyHashable, Object>): void

Required.

Public Methods

public runForKeyObjectArguments(event: string, anObject: Object, dict: Map<AnyHashable, Object>): void source

Required. Called to trigger the action specified by the identifier.

Params:

NameTypeAttributeDescription
event string
anObject Object

The layer on which the action should occur.

dict Map<AnyHashable, Object>
  • nullable: true

A dictionary containing parameters associated with this event. May be nil.

Return:

void

See: