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<[]> Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousDirectivesNextIfPermissionsDirectiveEdited Apr 20, 2026ยทEdit this page