Kanzi framework  3.9.1
Java API
ActionMetadata Interface Reference

Metadata definitions for Action. More...

Inheritance diagram for ActionMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > DelayProperty
 The time in milliseconds after which Kanzi invokes the action. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Action")
 Metaclass for Action.
 

Detailed Description

Metadata definitions for Action.

Member Data Documentation

◆ DelayProperty

DynamicPropertyType<Integer> DelayProperty
Initial value:
=
new DynamicPropertyType<>("Action.Delay", Integer.class)

The time in milliseconds after which Kanzi invokes the action.