@companion-module/base
Preparing search index...
CompanionActionSchemaOptions
Interface CompanionActionSchemaOptions<TOptions>
An action's options type must always be specified.
interface
CompanionActionSchemaOptions
<
TOptions
extends
CompanionOptionValues
>
{
options
:
TOptions
;
}
Type Parameters
TOptions
extends
CompanionOptionValues
Hierarchy (
View Summary
)
CompanionActionSchemaOptions
CompanionActionSchemaWithResult
CompanionActionSchemaWithoutResult
Index
Properties
options
Properties
options
options
:
TOptions
The types of the action's options.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
@companion-module/base
Loading...
An action's options type must always be specified.