DaffContentServiceInterface
Query content objects accessible by the logged-in user.
import { DaffContentServiceInterface } from '@daffodil/content/driver'
interface DaffContentServiceInterface<T extends DaffContentBlock = DaffContentBlock> {
getBlocks: Observable<DaffContentBlockCollection<T>>
}
Properties
Name | Type | Description |
---|---|---|
getBlocks | Observable<DaffContentBlockCollection<T>> | Get an content object with the specified content ID. |