Skip to content

Context

ts
type Context = object;

Defined in: type.ts:67

Type for SassDoc "context" field

Since

1.0.0

Author

Simon Kovtyk

Properties

code

ts
code: string;

Defined in: type.ts:88

Code excerpt

Since

1.0.0

Author

Simon Kovtyk


line

ts
line: Range;

Defined in: type.ts:95

Range in which the node is defined

Since

1.0.0

Author

Simon Kovtyk


name

ts
name: string;

Defined in: type.ts:81

Name of the node

Since

1.0.0

Author

Simon Kovtyk


type

ts
type: Type;

Defined in: type.ts:74

Type of the node

Since

1.0.0

Author

Simon Kovtyk