Atom Publishing Protocol Reference
Extends Atom feeds with elements for content management workflows.
| Namespace URI | http://www.w3.org/2007/app |
|---|---|
| Specification | The Atom Publishing Protocol (RFC 5023) |
| Prefix | <app:*> |
| Available in | Atom |
| Property | app |
Types
ts
export namespace AppNs {
export type Control = {
draft?: boolean
}
export type Entry<TDate extends DateLike> = {
edited?: TDate
control?: Control
}
}Related
- Parsing Namespaces - How namespace parsing works