Version: 1.x
Control Interface
Type: interface
This is used by the ControlGroup
component to render and register controls.
caution
Don't confuse this with the Control
component.
#
PropsID
#
Type: string|null
The ControlGroup
uses this string (if available) to register the rendered
default
instance in it's registry.
LABEL
#
Type: string|null
The label is an optional string that is passed to the Vime Control
component
if you're using it. The label is used as an id
to register tooltips with.
default
#
A Svelte component that accepts a player
prop.