Skip to content

API Get Inlines

yasindilekci edited this page Sep 5, 2016 · 2 revisions

Description

Get a set of all inline code that was added to the given group.

Methods

This method is supported by both minify tools: $jsMinifyTool.getInlines() & $cssMinifyTool.getInlines().

.getInlines(groups)

Parameters

Field Type Description
groups
required
String The groups to get the inline code from, separated by commas.

Response

A set of all inline code that was added to the given group.

Clone this wiki locally