Instance Properties
| Name | Description | Access |
|---|---|---|
| eventListeners | EventListeners A collection of event listeners. | read-only |
| events | Events A collection of events. | read-only |
| index | number The index of the K4MetaDataValue within its containing object. | read-only |
| isValid | bool Returns true if the object specifier resolves to valid objects. | read-only |
| k4DateTimeValue | Date K4 Date Time Value | read-write |
| k4FloatValue | number K4 Float Value | read-write |
| k4IntValue | number K4 Int Value | read-write |
| k4MetaDataDefId | string K4 Meta Data Def ID | read-write |
| k4MetaDataType | K4MetaDataTypes K4 Meta Data Type | read-write |
| k4StringValue | string K4 String Value | read-write |
| k4ValueListValue | string K4 Value list Value | read-write |
| parent | The parent of the K4MetaDataValue (a K4ServerData, K4ServerObject, K4StartWorkflowObject, K4StartWorkflowObjectForOtherVariant or K4FinishTaskObject). | read-only |
| properties | Object A property that allows setting of several properties at the same time. | read-write |
Methods
| addEventListener( | eventType, handler [, captures]) |
→ EventListener |
| removeEventListener( | eventType, handler [, captures]) |
→ bool |
| toSource( | ) |
→ string |
| toSpecifier( | ) |
→ string |
-
addEventListener( eventType, handler [, captures=false])→ EventListener -
Adds an event listener.
eventTypestring The event type. handlerThe event handler. Can accept: File or JavaScript Function. capturesbool This parameter is obsolete. (Optional) -
getElements( )→ K4MetaDataValue -
Resolves the object specifier, creating an array of object references.
-
removeEventListener( eventType, handler [, captures=false])→ bool -
Removes the event listener.
eventTypestring The registered event type. handlerThe registered event handler. Can accept: File or JavaScript Function. capturesbool This parameter is obsolete. (Optional) -
toSource( )→ string -
Generates a string which, if executed, will return the K4MetaDataValue.
-
toSpecifier( )→ string -
Retrieves the object specifier.