final |
|---|
readonly |
Represents a UI5 routing target reduced to its navigational identity.
As a result, the target is reduced to:
key : the target identifier as referenced by routes,name : the resolved view name representing the actual page.All other target configuration options (e.g. control placement, aggregation, transitions) are considered runtime-specific and are therefore excluded.
| Methods | ||
|---|---|---|
public
|
__construct(string $key, string $name)
|
# |
public
|
getKey(): string
|
# |
public
|
getName(): string
|
# |