Skip to content

[T] ContentEncodingDecorator

type ContentEncodingDecorator = (context, target, value) => void;

Specify the encoding used for the contents of a string.

Parameters

ParameterTypeDescription
contextDecoratorContext-
targetScalar | ModelProperty-
valuestring

Returns

void