optionName
.Gets the value currently associated with the specified optionName
.
Note: For options that have objects as their value, you can get the value of a specific key by using dot notation, e.g., "foo.bar"
would get the value of the bar
property on the foo
option.
optionName
.Sets the value of the optionName
.
Note: For options that have objects as their value, you can set the value of just one property by using dot notation for optionName
, e.g., "foo.bar"
would update only the bar
property of the foo
option.