Type alias SubAppFeatureResult

SubAppFeatureResult: {
    Component?: any;
    props?: any;
}

The result type a subapp feature execution should return.

Type declaration

  • Optional Component?: any
  • Optional props?: any