-
Notifications
You must be signed in to change notification settings - Fork 137
Platform: Object Marker Component V1.0 Technical Design
sKudum edited this page Mar 11, 2020
·
8 revisions
* This indicates the technical status of an object.
-
It is enabled for the dynamic page layout, snapping header, object page header, upload collection, and object list item. -
The technical status can be represented as and icon, with an icon and text, or as text only, depending on the screen size. -
Currently, the following technical statuses can be visualized by the object marker:
-
Flag -
Favorite -
Editing Status (Draft, Locked, Unsaved Changes) -
The editing status is part of the draft handling concept.
<fdp-object-marker [type]="markerType"
[visibleMarker]="textOnly|iconOnly|......"
(click)="onpress()">
{{marker text}}</fdp-object-attribute>Defines Object Attribute text is selectable for the user. once value of the text property becomes active and acts like a link.
on text presence, active property will be set to true.
export type MarkerType = 'Favorite'|'flagged'|'Locked'|'LockedBy'|'Unsaved'|'UnsavedBy'|'Draft';Event fired on click of attribute.