Kind: Function
Classify an entity into a tier based on its mapped type and file path.
Signature
tsfunction classifyTier(type: DocAutoEntityType, relativePath: string): EntityTier
Parameters
| Name | Type |
|---|---|
type | DocAutoEntityType |
relativePath | string |
Returns: EntityTier
Was this page helpful?