Skip to content

mutual since v2.1.0function

Establishes a bidirectional friendship between two Ignition objects. Both objects are granted full access to each other's non-public members.

mutual(objectA: any, objectB: any) -> ()

Parameters

Name Type Description
objectA any The first Ignition object.
objectB any The second Ignition object.