Kind: global interface
- Context
- .project :
Project
- .styleguide :
Styleguide
- .getOption(name) ⇒
Number
|Boolean
|String
- .project :
context.project : Project?
Project that the extension is running in.
context.styleguide : Styleguide?
Styleguide that the extension is running in.
Kind: instance property of Context
Value of the option with id.
Kind: instance method of Context
Returns: Number
| Boolean
| String
- Value of the option.
Param | Type | Description |
---|---|---|
name | String |
Name of the option to be queried. |