[]
• LicenseKey: string
Represents the license key for evaluation version and production version.
▸ findControl(host
): Workbook
Gets the Workbook instance by the host element.
Name | Type | Description |
---|---|---|
host |
string | HTMLElement |
The host element or the host element id. |
The Workbook instance.
▸ getTypeFromString(typeString
): any
Gets the type from the type string. This method is used for supporting the serialization of the custom object.
Name | Type | Description |
---|---|---|
typeString |
string |
The type string. |
any
The type.