Variable VirDeviceChipConst
VirDeviceChip: DeclarativeElementDefinition<
"vir-device-chip",
{
activityColors?: readonly string[];
deviceKey: InputDeviceKey;
hideGamepadPort?: boolean;
lastInputTime: undefined
| Readonly<{ timestamp: number }>;
plainStyles?: boolean;
},
{},
{},
"vir-device-chip-plain",
"vir-device-chip-",
readonly [],
> = ...
Shows a single device and, for gamepads, their port number.