import { DaffTestingContentService } from '@daffodil/content/driver/testing'
@Injectable()
class DaffTestingContentService implements DaffContentServiceInterface {
getBlocks(...blockIds: string[]): any
}
any
Get an content object with the specified content ID.
Parameter | blockIds: string[] |
---|---|
Description |