Interface UmbDetailDataSourceConstructor<DetailType, UmbDetailDataSourceType>

interface UmbDetailDataSourceConstructor<DetailType, UmbDetailDataSourceType> {
    new UmbDetailDataSourceConstructornew (host: UmbControllerHost): UmbDetailDataSourceType;
}

Type Parameters

Constructors

Constructors

""