Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPartManager

An interface for some part provider.

Parts are normally provided by the part manager, but this interface allows the layout engine to work with things that aren't quite parts. The only requirement is that they be referencable by some string ID.

export
interface

IPartManager

Hierarchy

  • IPartManager

Index

Methods

Methods

getPartById

  • getPartById(id: string): Widget | null

Generated using TypeDoc