Type alias Layer<T>

Layer<T>: {
    id: string;
    item: T;
    pid?: string;
    type: LayerType;
}

Type Parameters

Type declaration

  • Readonly id: string
  • item: T
  • Optional Readonly pid?: string
  • type: LayerType