Skip to content

Vizel API / react/src / VizelSaveIndicatorProps

Interface: VizelSaveIndicatorProps

Defined in: packages/react/src/components/VizelSaveIndicator.tsx:10

Properties

className?

ts
optional className?: string;

Defined in: packages/react/src/components/VizelSaveIndicator.tsx:18

Custom class name


lastSaved?

ts
optional lastSaved?: Date | null;

Defined in: packages/react/src/components/VizelSaveIndicator.tsx:14

Timestamp of last successful save


locale?

ts
optional locale?: VizelLocale;

Defined in: packages/react/src/components/VizelSaveIndicator.tsx:20

Locale for translated UI strings


showTimestamp?

ts
optional showTimestamp?: boolean;

Defined in: packages/react/src/components/VizelSaveIndicator.tsx:16

Show relative timestamp (default: true)


status

ts
status: VizelSaveStatus;

Defined in: packages/react/src/components/VizelSaveIndicator.tsx:12

Current save status

Released under the MIT License.