Skip to content

Interface: DeviceConfigDialogProps

Props for DeviceConfigDialog.

Properties

children?

optional children?: ReactNode

An element to open the dialog with, replacing the default sidebar entry. It is rendered as the trigger itself (asChild), so it has to forward its props and accept a ref - any of this package's primitives will.


device

device: string | null

The device whose CONFIG_PROCESS to offer, or null when nothing is selected. CONFIG_PROCESS is per-device, so this follows the selection.