Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 779 Bytes

File metadata and controls

16 lines (11 loc) · 779 Bytes

Invocation

Represents a request to render a set of Foundry objects. This includes information on how the objects should be rendered.

Properties

Name Type Required Description
id InvocationId Yes
sourcing_only Optional[bool] No Set to only receive sourcing information with no renderables. This is useful for rendering a list view without displaying renderables, such as in the case of a layer with visibility toggled off.
objects ObjectsReference Yes
renderer RendererReference Yes

[Back to Model list] [Back to API list] [Back to README]