Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • events – Configures the events that the component can trigger and respond to.
    • ON_INIT – Triggered when the label component is initialized. Can be used to perform setup operations like setting initial context values.
    • ON_DESTROY – Triggered when the label component is removed from the DOM. Useful for cleanup operations and releasing resources.
    • ON_GLOBAL_PARAMETERS_CHANGE – Triggered when global parameters that might affect the component change.
    • ON_DATA_HUB_CHANGE - Emitted whenever the Data Hub’s active context or state changes.
    • ON_EXPIRED - Fires once when the countdown reaches or passes its target time.
  • Figma: tba
  • Live style guide: https://e1-dev.k8s.myapp.de/live-style-guide/other-components/countdown

...