Agama Installer
    Preparing search index...

    Interface DevicesFormSelectBaseProps

    interface DevicesFormSelectBaseProps {
        devices: StorageDevice[];
        onChange: (StorageDevice: any) => void;
        selectedDevice?: StorageDevice;
    }
    Index

    Properties

    devices: StorageDevice[]

    Devices to show in the selector.

    onChange: (StorageDevice: any) => void

    Callback to be called when the selection changes

    selectedDevice?: StorageDevice

    Currently selected device. In case of