🚨 Announcing Vendure v2 Beta

OrderStateLabelComponent

OrderStateLabelComponent

Displays the state of an order in a colored chip.

Example

<vdr-order-state-label [state]="order.state"></vdr-order-state-label>

Signature

class OrderStateLabelComponent {
  @Input() state: string;
  chipColorType: void
}

Members

state

property
type:
string

chipColorType

property
type: