@umbraco-cms/backoffice

    Interface UmbDetailDataSourceConstructor<DetailType, UmbDetailDataSourceType>

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

    Type Parameters

    Index

    Constructors

    Constructors

    MMNEPVFCICPMFPCPTTAAATR