Skip to content

ExclusiveIntersection

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/phet-core/blob/main/js/types/ExclusiveIntersection.ts for the most up-to-date information.

Overview

Type ExclusiveIntersection

Returns the intersection of up to 4 types, ensuring that none of them have any keys in common.

@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)

import type { ExclusiveIntersection } from 'scenerystack/phet-core';

A & B & C & D

Source Code

See the source for ExclusiveIntersection.ts in the phet-core repository.