-
Notifications
You must be signed in to change notification settings - Fork 133
Platform: Object Identifier Component V1.0 Technical Design
sKudum edited this page Mar 13, 2020
·
6 revisions
The object identifier is a short text that represents the key identifier of an object. You can find the object identifier in a table as an identifier of the line item.
<fdp-object-identifier
[id]="id of the element'"
[title]="identifierTitle"
[display]="true|false"
[clicable]="true|false"
(click)="onTitlepress()">
{{text}}</fdp-object-identifier>
Title of the Object
show or hide the object identifier component.
dislays link on title which shows it is active and clickable.
Event fired on click of title.