Link
ts
type Link = object;Defined in: type.ts:160
Type for SassDoc "link" field
Since
1.0.0
Author
Simon Kovtyk
Properties
caption?
ts
optional caption: string;Defined in: type.ts:174
Caption of the link
Since
1.0.0
Author
Simon Kovtyk
url
ts
url: string;Defined in: type.ts:167
URL of the link
Since
1.0.0
Author
Simon Kovtyk