workflow.unknownresourceprofile.md
February 26, 2024 ยท View on GitHub
Home > @datashaper/workflow > UnknownResourceProfile
UnknownResourceProfile class
Signature:
export declare class UnknownResourceProfile implements ProfileHandler<UnknownResource, ResourceSchema>
Implements: ProfileHandler<UnknownResource, ResourceSchema>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| profile | readonly | Profile |
Methods
| Method | Modifiers | Description |
|---|---|---|
| createInstance(schema) |