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