[F] $about
function $about( context, target, options): void;
This is a About decorator that will be used to define icon, keywords and learnMoreDocs.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
context | DecoratorContext | - |
target | Model | The model that is being decorated. |
options | Model | AboutOptions of the property. |
Returns
Section titled “Returns”void