HomeVendure CoreShow hidden breadcrumbs...DirectivesIfMultichannelDirectiveIfMultichannelDirective@vendure/admin-uiSource Structural directive that displays the given element if the Vendure instance has multiple channels configured. Example Html<div *vdrIfMultichannel class="channel-selector"> <!-- ... --></ng-container> Signatureclass IfMultichannelDirective extends IfDirectiveBase<[]> { constructor(_viewContainer: ViewContainerRef, templateRef: TemplateRef<any>, dataService: DataService)} Extends: IfDirectiveBase<[]> PreviousDirectivesNextIfPermissionsDirective