@remotion/studiogoToComposition()Copy pageOn this page goToComposition()v4.0.287 Selects a composition in the Remotion Studio. Examples import {goToComposition} from '@remotion/studio'; goToComposition('my-composition');Copy If the composition is not found, an error will be thrown. See also Source code for this function