Click or drag to resize

ItemConfigTypeComponentState Property

A serializable object. Will be passed to the component constructor function and will be the value returned by GetState().

Namespace:  Openfin.Desktop.PlatformAPI.Layout
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public Object ComponentState { get; set; }

Property Value

Type: Object
See Also