@companion-module/base
Preparing search index...
CompanionPresetLayeredFeedback
Type Alias CompanionPresetLayeredFeedback<TFeedbackManifest>
CompanionPresetLayeredFeedback
:
{
[
K
in
keyof
TFeedbackManifest
]
:
{
feedbackId
:
K
;
headline
?:
string
;
isInverted
?:
boolean
;
options
:
CompanionPresetOptionValues
<
TFeedbackManifest
[
K
]
[
"options"
]
>
;
styleOverrides
:
CompanionPresetFeedbackStyleOverride
[]
;
}
}
[
keyof
TFeedbackManifest
]
The configuration of an feedback in a preset
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...
The configuration of an feedback in a preset