[T] NsDeclarationsDecorator
type NsDeclarationsDecorator = (context, target) => void;
Mark an enum as declaring XML namespaces. See @ns
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
context | DecoratorContext |
target | Enum |
Returns
Section titled “Returns”void