Interface ISubAppFeatureFactory

Declare a subapp feature factory

Remark

Internal use

interface ISubAppFeatureFactory {
    add: ((subappDef) => SubAppDef);
}

Properties

Properties

add: ((subappDef) => SubAppDef)

Function to add the feature to a subapp definition

Type declaration