Skip to content

IncludeOptions

ts
type IncludeOptions = object;

Defined in: include.ts:36

Options for the include directive

Since

1.0.0

Author

Simon Kovtyk

Properties

range?

ts
optional range: IncludeRange;

Defined in: include.ts:43

Range of lines to include

Since

1.0.0

Author

Simon Kovtyk


section?

ts
optional section: string;

Defined in: include.ts:50

Section to include

Since

1.0.0

Author

Simon Kovtyk