24 lines
473 B
Markdown
24 lines
473 B
Markdown
|
---
|
||
|
title: updateOption
|
||
|
description: Some option changed its value
|
||
|
---
|
||
|
## Constructor: updateOption
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Some option changed its value
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|name|[string](../types/string.md) | Yes|Option name|
|
||
|
|value|[OptionValue](../types/OptionValue.md) | Optional|New option value|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|