InputPlumberMapping
Inherits: Resource
Resource for a single mapping in an InputPlumber input profile
Description
This resource is used to represent a single mapping of a source event to a target event.
Properties
| Type | Name | Default |
|---|---|---|
| String | name | |
| InputPlumberEvent | source_event | |
| InputPlumberEvent[] | target_events |
Methods
| Returns | Signature |
|---|---|
| InputPlumberMapping | from_source_capability(capability: String) |
| InputPlumberMapping | from_dict(dict: Dictionary) |
| Dictionary | to_dict() |
Property Descriptions
name
String name
Note
There is currently no description for this property. Please help us by contributing one!
source_event
InputPlumberEvent source_event
Note
There is currently no description for this property. Please help us by contributing one!
target_events
InputPlumberEvent[] target_events
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
from_source_capability()
InputPlumberMapping from_source_capability(capability: String)
Create a new mapping from the given source capability string.
from_dict()
InputPlumberMapping from_dict(dict: Dictionary)
Note
There is currently no description for this method. Please help us by contributing one!
to_dict()
Dictionary to_dict()
Note
There is currently no description for this method. Please help us by contributing one!