init
Description​
Initializes the importer with the given data and settings.
- JavaScript
- C#
- Kotlin
init(data: IWriteable, settings: Settings): void
void Init(IWriteable data, Settings settings)
fun init(data: IWriteable, settings: Settings): Unit
Parameter | Summary |
---|---|
dataAll | (no description) |
settingsAll | (no description) |