new KssParameter(data)
An instance of this class is returned on calling KssSection.parameter
.
Exposes convenience methods for interpreting data.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | A part of the data object passed on by |
- Source:
Methods
description() → {string}
Returns the description of the parameter.
- Source:
Returns:
The description of the parameter.
- Type
- string
name() → {string}
Returns the name of the parameter.
- Source:
Returns:
The name of the parameter.
- Type
- string
section() → {KssSection}
Returns the KssSection object this parameter is associated with.
- Source:
Returns:
The style guide section the parameter belongs to.
- Type
- KssSection