Author API Initialization
init_options
Initialization options for instances of Items API that will be used to preview Activities.
You would want to use this to customize specific behaviors in the Activity previews.
See Items API initialization options for more information.
Examples
var initializationOptions = {
"config": {
"dependencies": {
"items_api": {
"init_options": { /* ... */ }
}
}
}
};
Values
Attribute path config.dependencies.items_api.init_options
Default {}
Type object