Here is the list of existing Computable Data types that can be used while writing your own plugins. This list will be updated from version to version.
- ActionData - Meta function holder ( not available in SVA Prototype 8.0 )
- BooleanData - yes, no, true, false
- ColorData- All colors ( red, green, blue etc )
- DoubleData - Double-precision floating point numbers
- IntegerData - 32 Bit Signed Integer
- LongData - 64 Bit Signed Integer
- DateTimeData - Represents an Instant in time
- DayOfWeekData - Specifies the day of the week ( sunday, monday, tuesday, etc including Tomorrow )
- MusicGenreData - Genre of music [Rock , Pop , Jazz , Country ... ]
- ProcessWindowStyleData - Specifies how a window should appear [ Maximized, Minimized, Normal ]
- TimeSpanData - Represents a Time Interval - 1 hour , 7 minutes, 2 hour and 30 minutes etc
- UserData - stores information like name , address, phone and email ID of users
- FileData - File with its Path and Name ( not parsed by the Engine but by individual plugins )
- DirectoryData - Folder with its Path and name ( not parsed by the Engine but by individual plugins )
- CountryData - Represents a Country
- SiteData - Stores names and URLs of websites ( valid urls - www.syn.co.in, syn.co.in, http://www.syn.co.in etc )