Interface UmbReadDetailDataSourceConstructor<DetailType>

interface UmbReadDetailDataSourceConstructor<DetailType = any> {
    new UmbReadDetailDataSourceConstructor(
        host: UmbControllerHost,
    ): UmbReadDetailDataSource<DetailType>;
}

Type Parameters

  • DetailType = any

Constructors

Constructors

MMNEPVFCICPMFPCPTTAAATR