Type alias InputElement

InputElement: {
    id?: string;
    labels?: InputLabel[];
    layoutOptions?: any;
}

Type declaration

  • Optional id?: string
  • Optional labels?: InputLabel[]
  • Optional layoutOptions?: any