Skip to main content

ProgressBarItemProps

@steambrew/client v4.2.1


Interface: ProgressBarItemProps

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

Extends

  • ItemProps

Extended by

Properties

bottomSeparator?

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

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

Inherited from

ItemProps.bottomSeparator

children?

optional children: ReactNode;

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

Inherited from

ItemProps.children

description?

optional description: ReactNode;

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

Inherited from

ItemProps.description

focusable?

optional focusable: boolean;

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


highlightOnFocus?

optional highlightOnFocus: boolean;

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

Inherited from

ItemProps.highlightOnFocus

icon?

optional icon: ReactNode;

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

Inherited from

ItemProps.icon

indentLevel?

optional indentLevel: number;

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

Inherited from

ItemProps.indentLevel

indeterminate?

optional indeterminate: boolean;

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


label?

optional label: ReactNode;

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

Inherited from

ItemProps.label

layout?

optional layout: "below" | "inline";

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

Inherited from

ItemProps.layout

nProgress?

optional nProgress: number;

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


nTransitionSec?

optional nTransitionSec: number;

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


tooltip?

optional tooltip: string;

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

Inherited from

ItemProps.tooltip