Home > @i2analyze/notebook-sdk > data
data namespace
The members of the data
namespace determine how property and metadata values are stored and represented.
Signature:
export declare namespace data
Introduced: version 1.0
Interfaces
Interface | Description |
---|---|
ICharLimit | A constraint on the length of a string value. |
IDecimal | A decimal value. |
IFormatter | A set of methods for formatting property values in i2 Notebook. |
IFormattingOptions | A set of options for the formatting functions in IFormatter. |
IGeoPoint | A position on a map. |
IGeoPointData | A set of data for creating a geospatial position. |
IImage | An image that might be displayed in the i2 Notebook application. |
IKeyedReadOnlyCollection | A non-modifiable collection of objects, with efficient lookup by key. |
ILabelDetailsBase | A set of information that is common to all labels. |
ILocalDate | A date without an accompanying time or time zone. |
ILocalDateTime | A date and a time without an accompanying time zone. |
ILocalTime | A time without an accompanying date or time zone. |
IReadOnlyCollection | A non-modifiable collection of objects. |
ITimeZone | A time zone. |
IUser | An i2 Notebook user. |
IUserAndDateAndTime | A user and a point in time, typically representing when and by whom an action took place. |
IValueNotFetched | A value that has not been fetched from the server. |
IZonedDateTime | A date and time with an accompanying time zone. |
Type Aliases
Type Alias | Description |
---|---|
BaseTextDirection | The direction of some bidirectional text, which describes how it should be wrapped with Unicode Control Characters (UCC). |
CharLimitUnits | The units to use in constraints on the length of string values. |
ILabelDetails | A label for an element or a record. |
LinkDirection | The direction of a link. |
LogicalType | A logical type for the value of a record property. |
PropertyValue | A value for a property of a record. |
TimeZoneId | A time zone identifier. |