TimelineEventTypeProperty

Domain object for the timeline eventtype properties.

Example
define([
  "blueconic/api/data/domain/TimelineEventTypeProperty"
], function(TimelineEventTypeProperty) {
  var timelineEventTypeProperty = new TimelineEventTypeProperty();
  // ...
});

Properties

dataSensitivity blueconic.api.data.domain.DataSensitivity

The data sensitivity.

description string

The description.

id string

A unique identifier.

isIdentifier boolean

Indicates if this is an identifier for a root-level property. Only set for nested properties.

isPersistent boolean

Indicates when it is a new property which only created clientside(E.g. not saved). Only used internally.

name string

The name.

parentPropertyId string

The property ID of the parent.

The nested eventtype properties.

propertyId string

The property ID. Note: This does not have to be unique. Different nested properties can have the same identifiers. E.g. the combination of timeline event type, property id, and parent property id should be unique.

type blueconic.api.data.domain.TimelineEventTypeProperty.TYPE

The type.

TYPE String

All possible data types for a timeline event type property.

Properties:
Name Description
TEXT

Text.

NUMBER

Numbers.

DECIMAL

Decimals.

BOOLEAN

Booleans.

DATETIME

Dates.