@xylabs/sdk-react
    Preparing search index...

    Interface BusyProps

    interface BusyProps {
        busy?: boolean;
        busyCircularProps?: BusyCircularProgressProps;
        busyColor?: MaterialUIThemeColor;
        busyLinearProps?: BusyLinearProgressProps;
        busyMinimum?: number;
        busyOpacity?: string | number;
        busySize?: number;
        busyVariant?: BusyVariant;
    }

    Hierarchy (View Summary)

    Index

    Properties

    busy?: boolean
    busyCircularProps?: BusyCircularProgressProps
    busyLinearProps?: BusyLinearProgressProps
    busyMinimum?: number

    minimum duration in milliseconds for busy to appear

    busyOpacity?: string | number
    busySize?: number
    busyVariant?: BusyVariant