Skip to content

Platform: Object Identifier Component V1.0 Technical Design

sKudum edited this page Mar 13, 2020 · 6 revisions

Object Identifier

Summary

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.

Example

<fdp-object-identifier    
                      [id]="id of the element'"
                      [title]="identifierTitle"
                      [display]="true|false"
                      [clicable]="true|false"
                      (click)="onTitlepress()">
                      {{text}}</fdp-object-identifier>

Design

Property Bindings

[title]="identifierTitle"

Title of the Object

[display]="true|false"

show or hide the object identifier component.

[clicable]="true|false"

dislays link on title which shows it is active and clickable.

Eventbinding

[click]="onTitlepress()'"

Event fired on click of title.

Clone this wiki locally