- 
                Notifications
    You must be signed in to change notification settings 
- Fork 135
Platform: Object Identifier Component V1.0 Technical Design
        kavya-b edited this page May 20, 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"
                      [clickable]="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.
Link to general support for i18n: Supporting internationalization in ngx/platform
Special Usecase: No
- 
fdp-object-identifiercan be supported as:
<fdp-object-identifier    
                      [id]="id of the element'"
                      i18n="@@content"
                      i18n-title="@@title"
                      [title]="identifierTitle"
                      [display]="true|false"
                      [clickable]="true|false"
                      (click)="onTitlepress()">
                      {{text}}
</fdp-object-identifier>Redesign Required: No