Gets the value of an option.
| <viz>.getOption( | |
| name | |
| default = '' | |
| type = None |
)
name
The option name
default = ''
Default value to return if option does not exist.
type = None
The data type to convert the option value to
This command will return the current value of the specified option. If the option does not exist then the value specified by 'default' is returned.
Option value or default value