interface UmbItemDataSource<ItemType> {
    getItems(unique: string[]): Promise<UmbDataSourceResponse<ItemType[]>>;
}

Type Parameters

  • ItemType

Implemented by

Methods

Methods

""