import { DaffContentPageServiceInterface } from '@daffodil/content/driver'
Query CMS pages.
interface DaffContentPageServiceInterface<T extends DaffContentPage = DaffContentPage> {
get(id: T["id"]): Observable<T>
}
Observable
Get a content page with the specified ID.
Parameter | id: T["id"] |
---|---|
Description |