[F] $browse
function $browse( context, target, options): void;This is a Browse decorator which will be use to put more info on the browse view.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | - |
target | Model | The model that is being decorated. |
options | Model | BrowseOptions of the property. |
Returns
Section titled “Returns”void