Interface UmbDetailDataSourceConstructor<DetailType, UmbDetailDataSourceType>

interface UmbDetailDataSourceConstructor<
    DetailType = any,
    UmbDetailDataSourceType extends
        UmbDetailDataSource<DetailType> = UmbDetailDataSource<DetailType>,
> {
    new UmbDetailDataSourceConstructor(
        host: UmbControllerHost,
    ): UmbDetailDataSourceType;
}

Type Parameters

Constructors

Constructors

MMNEPVFCICPMFPCPTTAAATR