cachedPropsInitializer
Generic types: | TProperty TCachedType |
No documentation has been provided.
Presentation
function cachedPropsInitializer (
cls: unknown,
propName: string,
accessor?: Partial<NgDocCacheAccessor <TCachedType, TProperty>> | undefined,
): void;
Returns
void
Parameters
Name | Type | Description |
---|---|---|
cls | unknown | |
propName | string | |
accessor | Partial< |