[T] ContentEncodingDecorator
type ContentEncodingDecorator = (context, target, value) => void;
Specify the encoding used for the contents of a string.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
context | DecoratorContext | - |
target | Scalar | ModelProperty | - |
value | string |
Returns
Section titled “Returns”void