Skip to main content

ProgressBarWithInfoProps

@steambrew/client v4.2.1


Interface: ProgressBarWithInfoProps

Defined in: src/components/ProgressBar.ts:21

Extends

Properties

bottomSeparator?

optional bottomSeparator: "standard" | "thick" | "none";

Defined in: src/components/Item.ts:9

Inherited from

ProgressBarItemProps.bottomSeparator


children?

optional children: ReactNode;

Defined in: src/components/Item.ts:6

Inherited from

ProgressBarItemProps.children


description?

optional description: ReactNode;

Defined in: src/components/Item.ts:5

Inherited from

ProgressBarItemProps.description


focusable?

optional focusable: boolean;

Defined in: src/components/ProgressBar.ts:11

Inherited from

ProgressBarItemProps.focusable


highlightOnFocus?

optional highlightOnFocus: boolean;

Defined in: src/components/Item.ts:12

Inherited from

ProgressBarItemProps.highlightOnFocus


icon?

optional icon: ReactNode;

Defined in: src/components/Item.ts:8

Inherited from

ProgressBarItemProps.icon


indentLevel?

optional indentLevel: number;

Defined in: src/components/Item.ts:10

Inherited from

ProgressBarItemProps.indentLevel


indeterminate?

optional indeterminate: boolean;

Defined in: src/components/ProgressBar.ts:8

Inherited from

ProgressBarItemProps.indeterminate


label?

optional label: ReactNode;

Defined in: src/components/Item.ts:4

Inherited from

ProgressBarItemProps.label


layout?

optional layout: "below" | "inline";

Defined in: src/components/Item.ts:7

Inherited from

ProgressBarItemProps.layout


nProgress?

optional nProgress: number;

Defined in: src/components/ProgressBar.ts:10

Inherited from

ProgressBarItemProps.nProgress


nTransitionSec?

optional nTransitionSec: number;

Defined in: src/components/ProgressBar.ts:9

Inherited from

ProgressBarItemProps.nTransitionSec


sOperationText?

optional sOperationText: ReactNode;

Defined in: src/components/ProgressBar.ts:23


sTimeRemaining?

optional sTimeRemaining: ReactNode;

Defined in: src/components/ProgressBar.ts:22


tooltip?

optional tooltip: string;

Defined in: src/components/Item.ts:11

Inherited from

ProgressBarItemProps.tooltip