Contract for all UI5 entities that can be addressed via a URL segment (slug).
A slug is a short, URL-safe identifier used to generate client routes and
bind server-side endpoints. It is unique within the context of its parent,
typically a module, and forms part of the full url_key (e.g. "card/core/budget").
All sluggable artifacts must implement this interface to be routable from the UI or resolvable in policies, manifests, or database records.
Examples:
The slug should be URL-friendly (lowercase, kebab-case) and stable.
| Methods | ||
|---|---|---|
public
|
getSlug(): string
|
# |