Type to start searching...

Source

Properties
default : string

Default source value. "this" represents the parent and can be null. The null flag does not apply to this value.

description : string

Source description.

mapping : string

Mapping, which result to use as the value of this source.

name : identifier

Optional source name, used as a script argument name.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

null : boolean

True to map null values, false to ignore them.

source : string

Source message part path: part1 part2$ ... partN. Use the "$" suffix to cancel a loop.

The last part name may be ":oid", ":class", or ":event" to reference the corresponding special attribute.
Parents