HomeVendure CoreShow hidden breadcrumbs...ComponentsOrderStateLabelComponentOn this pageOrderStateLabelComponent@vendure/admin-uiSource Displays the state of an order in a colored chip. Example HTML<vdr-order-state-label [state]="order.state"></vdr-order-state-label> Signatureclass OrderStateLabelComponent { @Input() state: string; chipColorType: void} statepropertystringchipColorTypepropertyPreviousObjectTreeComponentNextProductVariantSelectorComponent