API Reference / ProxyType
Enumeration: ProxyType
Defined in: types.ts:226
Enumeration Members
EitherSide
EitherSide:
0
Defined in: types.ts:230
The proxy can be used as either a prefix or a suffix on the message.
Prefix
Prefix:
1
Defined in: types.ts:235
The proxy must be used at the start of the message.
Suffix
Suffix:
2
Defined in: types.ts:240
The proxy must be used at the end of the message.