Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.12 KB

File metadata and controls

31 lines (22 loc) · 1.12 KB

Context

Kind: global interface

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

context.getOption(id) ⇒ Number | Boolean | String

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.