Kanzi  3.9.5
Java API
ApplyPropertyActionMetadata Interface Reference

Metadata definitions for ApplyPropertyAction. More...

Inheritance diagram for ApplyPropertyActionMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ApplyPropertyAction")
 Metaclass for ApplyPropertyAction.
 
DynamicPropertyType< String > TargetPathProperty
 Sets the path to the Node or the Render Pass that contains the target property. More...
 
- Public Attributes inherited from ApplyActionMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ApplyAction")
 Metaclass for ApplyAction.
 
- Public Attributes inherited from ActionBaseMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ActionBase")
 Metaclass for ActionBase.
 

Detailed Description

Metadata definitions for ApplyPropertyAction.

Member Data Documentation

◆ TargetPathProperty

DynamicPropertyType<String> TargetPathProperty
Initial value:
=
new DynamicPropertyType<>("MessageArgument.ApplyPropertyAction.TargetPath", String.class)

Sets the path to the Node or the Render Pass that contains the target property.