@companion-module/base
Preparing search index...
CompanionFeedbackLocalVariable
Type Alias CompanionFeedbackLocalVariable<TFeedbackManifest>
CompanionFeedbackLocalVariable
:
{
[
K
in
keyof
TFeedbackManifest
]
:
CompanionPresetLocalVariableBase
&
{
feedbackId
:
K
;
options
:
CompanionPresetOptionValues
<
TFeedbackManifest
[
K
]
[
"options"
]
>
;
variableType
:
"feedback"
;
}
}
[
keyof
TFeedbackManifest
]
Type Parameters
TFeedbackManifest
extends
Record
<
string
,
CompanionFeedbackSchema
<
CompanionOptionValues
>
>
=
Record
<
string
,
CompanionFeedbackSchema
<
CompanionOptionValues
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@companion-module/base
Loading...