Hiyve Components - v1.0.0
    Preparing search index...

    Interface DeviceManagementProps

    Props for the DeviceManagement component.

    interface DeviceManagementProps {
        colors?: Partial<DeviceManagementColors>;
        icons?: Partial<DeviceManagementIcons>;
        labels?: Partial<DeviceManagementLabels>;
        onError?: (error: Error) => void;
        styles?: Partial<DeviceManagementStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<DeviceManagementColors>

    Override default color values

    icons?: Partial<DeviceManagementIcons>

    Override default icons

    labels?: Partial<DeviceManagementLabels>

    Override default text strings

    onError?: (error: Error) => void

    Called when a device operation fails

    styles?: Partial<DeviceManagementStyles>

    Override default dimensions and spacing

    sx?: SxProps<Theme>

    MUI sx prop applied to the root container