Skip to main content

goToComposition()v4.0.287

Selects a composition in the Remotion Studio.

Examples

Go to a composition
tsx
import {goToComposition} from '@remotion/studio';
 
goToComposition('my-composition');

If the composition is not found, an error will be thrown.

See also