mcut
@mcut/editor

isSoloTrack

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / editor/src / isSoloTrack

Function: isSoloTrack()

function isSoloTrack(engine, trackId): boolean;

Defined in: packages/editor/src/timeline-operators.ts:889

Is this track the current solo, unmuted while every other track is muted?

Parameters

engine

EditorEngine

trackId

`t-${string}`

Returns

boolean

On this page