PresentationDocument
Kind: Class
Domain: Scene and artifacts
Canonical import: from cadflow.scene import PresentationDocument
Signature
class PresentationDocument(value: 'DocumentValue | Mapping[str, Any]') -> 'None'
Description
PresentationDocument(value: 'DocumentValue | Mapping[str, Any]') -> 'None'
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
value | 'DocumentValue | Mapping[str, Any]' | yes | - | Not explicitly described in the source docstring. |
Returns
Type: 'None'
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Data fields
| Name | Type | Default |
|---|---|---|
_value | 'Mapping[str, Any]' | required |
_canonical_bytes | 'bytes' | required |
_canonical_hash | 'str' | required |
Behavior and constraints
- Instances are immutable dataclass values; update workflows return a replacement value.
Import check
from cadflow.scene import PresentationDocument