This file (935B) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
<!-- PubSub Monitor (PSUBSCRIBE) -->
<p3xr-ng-accordion title="" accordionKey="profiler-pubsub" [collapsible]="false">
<div actions>
<p3xr-ng-button
(click)="clearPubSub(); $event.stopPropagation()"
[label]="strings().intention?.clear"
mdIcon="backspace">
</p3xr-ng-button>
<p3xr-ng-button
(click)="exportPubSub(); $event.stopPropagation()"
[label]="strings().intention?.export"
mdIcon="download">
</p3xr-ng-button>
</div>
<div content>
<div class="p3xr-pubsub-pattern">
<mat-form-field style="width: 100%;" subscriptSizing="dynamic">
<mat-label>Pattern</mat-label>
<input matInput [(ngModel)]="pubsubPattern" placeholder="*" />
</mat-form-field>
</div>
<div #pubsubOutput class="p3xr-pubsub-output"></div>
</div>
</p3xr-ng-accordion>
| / | Focus search |
| ? | Show this help |
| Esc | Unfocus input |