Skip to content

@maxhealth.tech/prefab / auto / AutoProgressOptions

Interface: AutoProgressOptions

Defined in: auto/progress.ts:29

Properties

title?

ts
optional title?: string;

Defined in: auto/progress.ts:31

Progress tracker heading.


subtitle?

ts
optional subtitle?: string;

Defined in: auto/progress.ts:33

Optional subtitle.

Released under the MIT License.