Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/builder / Function

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

NameTypeDescription
cls
unknown
propName
string
accessor
Partial<NgDocCacheAccessor<TCachedType, TProperty>> | undefined