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
voidParameters
| Name | Type | Description |
|---|---|---|
| cls | unknown | |
| propName | string | |
| accessor | Partial< |