Property
ts
type Property = object;Defined in: type.ts:265
Type for SassDoc "property" field
Since
1.0.0
Author
Simon Kovtyk
Properties
description
ts
description: string;Defined in: type.ts:286
Description of the property
Since
1.0.0
Author
Simon Kovtyk
name
ts
name: string;Defined in: type.ts:279
Name of the property
Since
1.0.0
Author
Simon Kovtyk
type
ts
type: Type;Defined in: type.ts:272
Type of the property
Since
1.0.0
Author
Simon Kovtyk