-
Notifications
You must be signed in to change notification settings - Fork 5
luxRenderProperty v15
Thomas Dickhut edited this page Mar 12, 2024
·
1 revision
Name | Beschreibung |
---|---|
import | LuxPipesModule |
selector | luxRenderProperty |
Name | Typ | Beschreibung |
---|---|---|
luxRenderProperty | any | Input-Wert der Pipe (muss nicht explizit ausgefüllt werden) |
renderPropertyName | string | Name der Property, die aus dem Objekt gelesen werden soll. |
Ts
exampleObject = { propertyXY: "Maxi Musterline" };
Html
<div>{{ exampleObject | luxRenderProperty:'propertyXY' }}</div>
-
Versionen