DomainFunctionAssignment Type — typescript-sdk Architecture
Architecture documentation for the DomainFunctionAssignment type/interface in DomainFunctionAssignment.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/models/DomainFunctionAssignment.ts lines 21–40
export interface DomainFunctionAssignment {
/**
* Stable function identifier (matching codegraph/function models)
* @type {string}
* @memberof DomainFunctionAssignment
*/
functionId: string;
/**
* Subdomain assigned to the function
* @type {string}
* @memberof DomainFunctionAssignment
*/
subdomainName: string;
/**
* Optional parent domain containing the subdomain
* @type {string}
* @memberof DomainFunctionAssignment
*/
parentDomain?: string;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free