New to Kendo UI for Angular? Start a free 30-day trial
OptionsStore
Stores nested settings and notifies an (optional) observer of changes.
ts
import { OptionsStore } from '@progress/kendo-drawing';
const options = new OptionsStore({
foo: {
bar: true
}
});
Name | Type | Default | Description |
---|---|---|---|
observer |
|
An optional observer for the |
Constructors
OptionsStore
(options?: any)
Parameters
options?
any
The initial values of all options.
Methods
get | ||||||
---|---|---|---|---|---|---|
Gets the value of the specified option. ts
| ||||||
| ||||||
|
set | |||||||||
---|---|---|---|---|---|---|---|---|---|
Sets the value of the specified option. ts
| |||||||||
|