-
Notifications
You must be signed in to change notification settings - Fork 19
Variable Types
Steve edited this page Aug 7, 2018
·
3 revisions
This page provides a list of variable types supported within network canvas, along with the input types that they can be mapped to. This is work in progress. Please add/update as you develop new features or notice something is missing.
A simple string value.
<TextInput />
A numerical value, of any kind.
<NumberInput />-
<NumberCounter />(not implemented) -
<NumberWheel />(not implemented)
A datetime value used for storing any kind of
-
<Date />(not implemented)
A two-option variable used to model true/false or dichotomous values.
<Checkbox /><Toggle /><ToggleButton />
An ordered scale of values, where variable values will comprise a single member of the scale.
<RadioGroup />-
<RangeSlider />(not implemented)
An unordered group of options, where values can comprise any number of options.
<CheckboxGroup />-
(not implemented?)<ToggleGroup /> <ToggleButtonGroup />
Special variable type for storing X/Y coordinates on the sociogram screen.
- Not used with input component
Special variable type for describing geospatial location in the form of latitude/longitude
- Not used with input component