Skip to content

Commit

Permalink
chore: review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Nov 16, 2023
1 parent 589d612 commit 20fe31e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import {
Mappings,
} from 'timeline-state-resolver-types'

/**
Returns an option object to be passed into AtemState.diffStates().
Based on the mappings, these options enables/disables certain areas-of-interest in the diff atem state.
*/
export function createDiffOptions(mappings: Mappings): DeepComplete<Diff.SectionsToDiff> {
// Find the auxes that have mappings
const auxMappings = Object.values<Mapping<unknown>>(mappings)
Expand Down

0 comments on commit 20fe31e

Please sign in to comment.