Type alias ILabel

ILabel: {
    component: IComponent;
    description?: string;
    id?: number;
    label: string;
}

Type declaration

  • component: IComponent
  • Optional description?: string
  • Optional id?: number
  • label: string

Generated using TypeDoc