Skip to content

Commit

Permalink
fix: rename 'locationBased' to 'local' variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Apr 9, 2024
1 parent 3402925 commit 71e5b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module-api/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ export interface CompanionInputFieldTextInput extends CompanionInputFieldBase {
}

export interface CompanionFieldVariablesSupport {
/** Whether to include location based variables */
locationBased?: boolean
/** Whether to include local variables */
local?: boolean
}

export type DropdownChoiceId = string | number
Expand Down

0 comments on commit 71e5b33

Please sign in to comment.