Interface: InheritDeclaration¶
Defined in: core/src/types/ast.ts:149
Inheritance declaration.
Example¶
@inherit @core/org
@inherit ./parent
@inherit @stacks/typescript(projectName: "my-app")
Extends¶
Properties¶
loc¶
loc:
SourceLocation
Defined in: core/src/types/ast.ts:15
Source location
Inherited from¶
params?¶
optionalparams?:ParamArgument[]
Defined in: core/src/types/ast.ts:154
Template parameters (for parameterized inheritance)
path¶
path:
PathReference
Defined in: core/src/types/ast.ts:152
Path to parent file
type¶
readonlytype:"InheritDeclaration"
Defined in: core/src/types/ast.ts:150
Node type discriminator