Enum EViewType
public enum EViewType
Namespace: HomeSeer.Jui.Types
Assembly: PluginSdk.dll
The type that a view is set to determines what class a client application will deserialize it as. Each view type has a different set of properties that specifies how it behaves and how it should be displayed to the user
Some view types are ignored by different page types. Refer to the page type you are using to determine what views are available for use.
Fields
Name | Description |
---|---|
Button | |
Group | |
Input | An InputView |
Label | |
SelectList | |
TextArea | |
TimeSpan | |
Toggle | |
Undefined | No type is defined. This will cause an error |