Type Alias NodeInserter<S>

NodeInserter: {
    create: (host: UIElement<S>) => Node | undefined;
    type: string;
    where: InsertPosition;
}

Type Parameters

Type declaration

  • create: (host: UIElement<S>) => Node | undefined
  • type: string
  • where: InsertPosition