Name | Type | Default | Description |
---|---|---|---|
className | string | Additionnal CSS class to add on the last updated | |
key | Key | ||
label | string | "Last update:" | The text displayed before the time |
onDestroy | () => void | A callback function executed when the component unmounts | |
onRender | () => void | A callback function executed when the component mounts | |
ref | LegacyRef<LastUpdated> | ||
time | Date | new Date() | A Date representing when the component last updated |
id deprecated | string | do not use |
No guidelines exist for LastUpdated yet.