Function: isContentDocument()
function isContentDocument(doc): boolean;
Defined in: packages/client/src/core/content-transfer.ts:60
Reports whether a document is application content rather than part of the stack.
Parameters
| Parameter | Type | Description |
|---|---|---|
doc | MaybeDoc | Any stored document. |
Returns
boolean