:TS:Interface
Node
→ represents a top-level TypeScript interface declaration
Properties
Name | Description |
---|---|
globalFqn | global FQN of the interface |
localFqn | local FQN of the interface |
name | name of the interface |
code coordinates | code coordinates of the interface declaration (includes fileName ) |
Relations
Name | Target Label(s) | Cardinality | Description |
---|---|---|---|
DECLARES | :TS:TypeParameter | 0..* | type parameters that are declared by the interface |
EXTENDS | :TS:Type:Declared | 0..* | type reference to the base interface(s) |
DECLARES | :TS:Property :TS:Method :TS:AccessorProperty | 0..* | all declared members of the interface |
DEPENDS_ON | see DEPENDS_ON - Target Nodes | 0..* | dependencies of the interface |