Type alias SubAppMountInfo

SubAppMountInfo: {
    component: any;
    subapp: SubAppDef;
    type?: MountType;
}

For a UI component to let the subapp know it has mount itself for the subapp

Type declaration

  • component: any

    The UI component instance that's mount to the subapp

  • subapp: SubAppDef

    The subapp that the UI component instance mount to

  • Optional type?: MountType

    type of component trying to mount to the subapp