{{- Parameters: |api|: the schema for the API that the function belongs to |function|: the schema for the function |parentName|: name of the parent object of the function -}}
{{?function.returns}}{{+partials.variable_type}} {{/}}{{?api}}chrome.{{api.name}}{{/}}{{?parentName}}.{{parentName}}{{/}}.{{function.name}}({{#function.parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}})
{{?function.description}}

{{{function.description}}}

{{/function.description}} {{?function.parameters}}

Parameters

{{#function.parameters}} {{+partials.parameter_full}} {{/function.parameters}}
{{/function.parameters}} {{?function.callback}} {{+partials.callback}} {{/function.callback}} {{?function.returns.is_object}}

Properties of return type

{{+partials.type @:function.returns}} {{/function.returns.is_object}}