File

libs/core/src/lib/services/taly-resources.service.ts

Index

Methods

Methods

Abstract handleResources
handleResources(buildingBlock: BuildingBlockInterface, resourcesMap?: ResourcesConfiguration)
Parameters :
Name Type Optional
buildingBlock BuildingBlockInterface No
resourcesMap ResourcesConfiguration Yes
import { Observable } from 'rxjs';
import { type BuildingBlockInterface } from '../building-block/building-block-interface';
import { type ResourcesConfiguration, type StaticResource } from '../models/resource-object.model';

export abstract class TalyResourcesService {
  abstract handleResources(
    buildingBlock: BuildingBlockInterface,
    resourcesMap?: ResourcesConfiguration
  ): Observable<Record<string, StaticResource>>;
}

results matching ""

    No results matching ""