ABB Ability™ History UI SDK - Client API Reference
    Preparing search index...

    An enumeration containing the property types understood by Mia components

    Index

    Enumeration Members

    Array: 8

    The property contains a JavaScript array.

    Boolean: 4

    The property contains a boolean (true or false).

    Color: 32

    The property contains a string specifying a color (using any legal CSS color value syntax).

    Component: 1024

    The property contains a component.

    Connection: 524288

    The property contains an ABB.Mia.cConnection.

    DateTime: 8192

    The property contains a time stamp.

    DbClassInstance: 6

    The property contains a Vtrin DB Class Instance ID. (Use ReferenceTarget to specify the class, i.e. "Class:Variable")

    DbClassProperty: 7

    The property contains a Vtrin DB Class Instance Property name. (Use ReferenceTarget to specify the class, i.e. "Class:Variable")

    DbEnumerationMember: 4194304

    The property contains a database enumeration member.

    DbMask: 5

    The property contains a Class Property Mask.

    DbObjectRef: 3

    The property contains a Vtrin ObjectRef.

    Dictionary: 4096

    The property contains a dictionary.

    Display: 32768

    The property contains a display.

    DisplayDataSourceURI: 524289

    The property contains a display data source URI.

    Enum: 16

    The property contains an enumeration (EnumType must be defined when adding the property).

    File: 131072

    The property contains a File path. Can be an Image or Display file. Can be a fully qualified URL or relative to the Mia Server

    Font: 64

    The property contains a string specifying a font (using the syntax understood by the CSS font property).

    Function: 256

    The property contains a JavaScript function object (non serializable).

    Number: 2

    The property contains a number.

    Object: 128

    The property contains a value of an unknown type.

    Script: 2097152

    The property contains a (JavaScript) script in text format.

    Serializable: 1048576

    The property contains a serializable object (with .Serialize and .Deserialize functions)

    Table: 262144

    The property contains a structured of rows and columns. Must be component or raw value type

    Text: 1

    The property contains text as a string.

    TimeSpan: 16384

    The property contains a time span.

    ValueRecord: 65536

    The property contains a value record (ABB.Mia.cValueRecord).

    Widget: 2048

    The property contains a widget.