interface PC.IBytePattern {
// Properties
${data}: ${IPattern};
${type}: ${DisplayAs};
${group}: ${GroupBy};
}
// This interface is not available in managed environment
// This interface is not available in native environment
data: ${IPattern};
// This property is not available in managed environment
// This property is not available in native environment
Pattern object to match. May contain wildcards.
type: ${DisplayAs};
// This property is not available in managed environment
// This property is not available in native environment
Type of the pattern values. Used when pattern editor displays the pattern.
group: ${GroupBy};
// This property is not available in managed environment
// This property is not available in native environment
Grouping mode.