91 lines
2 KiB
Markdown
91 lines
2 KiB
Markdown
|
[stylelint-declaration-strict-value - v1.9.2](../README.md) / [defaults](../modules/defaults.md) / DeclarationStrictValueResult
|
||
|
|
||
|
# Interface: DeclarationStrictValueResult
|
||
|
|
||
|
[defaults](../modules/defaults.md).DeclarationStrictValueResult
|
||
|
|
||
|
Result of CSS value validation.
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [longhandProp](defaults.DeclarationStrictValueResult.md#longhandprop)
|
||
|
- [longhandValue](defaults.DeclarationStrictValueResult.md#longhandvalue)
|
||
|
- [validFunc](defaults.DeclarationStrictValueResult.md#validfunc)
|
||
|
- [validKeyword](defaults.DeclarationStrictValueResult.md#validkeyword)
|
||
|
- [validValue](defaults.DeclarationStrictValueResult.md#validvalue)
|
||
|
- [validVar](defaults.DeclarationStrictValueResult.md#validvar)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### longhandProp
|
||
|
|
||
|
• `Optional` **longhandProp**: `string`
|
||
|
|
||
|
Longhand CSS Property, if expanded.
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[defaults.ts:85](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/b5739c9/src/defaults.ts#L85)
|
||
|
|
||
|
___
|
||
|
|
||
|
### longhandValue
|
||
|
|
||
|
• `Optional` **longhandValue**: `string`
|
||
|
|
||
|
Longhand CSS value, if expanded.
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[defaults.ts:90](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/b5739c9/src/defaults.ts#L90)
|
||
|
|
||
|
___
|
||
|
|
||
|
### validFunc
|
||
|
|
||
|
• **validFunc**: `boolean`
|
||
|
|
||
|
Whether or not function is valid.
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[defaults.ts:70](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/b5739c9/src/defaults.ts#L70)
|
||
|
|
||
|
___
|
||
|
|
||
|
### validKeyword
|
||
|
|
||
|
• **validKeyword**: `boolean`
|
||
|
|
||
|
Whether or not keyword is valid.
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[defaults.ts:75](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/b5739c9/src/defaults.ts#L75)
|
||
|
|
||
|
___
|
||
|
|
||
|
### validValue
|
||
|
|
||
|
• **validValue**: `boolean`
|
||
|
|
||
|
Whether or not value is valid.
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[defaults.ts:80](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/b5739c9/src/defaults.ts#L80)
|
||
|
|
||
|
___
|
||
|
|
||
|
### validVar
|
||
|
|
||
|
• **validVar**: `boolean`
|
||
|
|
||
|
Whether or not variable is valid.
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[defaults.ts:65](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/b5739c9/src/defaults.ts#L65)
|