Signature
Interface UseTimelineTrackLockControlResultProperties
| Name | Signature | Description |
|---|---|---|
buttonProps | buttonProps: TimelineTrackLockControlButtonProps | Props for a semantic lock toggle button. |
exists | exists: boolean | Whether the requested track exists. |
label | label: string | Human-readable track label. |
locked | locked: boolean | Whether the track is locked for editing. |
setLocked | (locked: boolean): TimelineCommandResult | Sets this track's locked state. |
toggleLock | (): TimelineCommandResult | Toggles this track's locked state. |
trackId | trackId: string | Requested track id. |