CustomSettings interface

settings of the widget that encapsulate their serialized data and version support.

Properties

data

the settings data serialized as a string.

version

(Optional) version for the settings represented as a semantic version object. If none is available, the version defaults to {major:1, minor:0, patch:0} or "1.0.0"

Property Details

data

the settings data serialized as a string.

data: string

Property Value

string

version

(Optional) version for the settings represented as a semantic version object. If none is available, the version defaults to {major:1, minor:0, patch:0} or "1.0.0"

version?: SemanticVersion

Property Value