Returns the int theme configuration value specified by the palette
LESS
// Required arguments @result: -evo-themepalette-int(@paletteTypeId, @paletteId, @valueId); // All arguments @result: -evo-themepalette-int(@paletteTypeId, @paletteId, @valueId, @defaultValue, @inheritanceDepth);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| paletteTypeId | String | Palette Type Id | Required | ||
| paletteId | String | Palette Id | Required | ||
| valueId | String | Value Id | Required | ||
| defaultValue | Int32 | Default value | Optional | 0 | |
| inheritanceDepth | Int32 | Parent themes to inspect for configuration | Optional | 10 |