workflow.unknownresource.md

February 26, 2024 ยท View on GitHub

Home > @datashaper/workflow > UnknownResource

UnknownResource class

Represents an instance of an unknown resource type. This allows us to load and display arbitrary resources that have not been explicitly registered.

Signature:

export declare class UnknownResource extends Resource 

Extends: Resource

Constructors

ConstructorModifiersDescription
(constructor)(resource)Constructs a new instance of the UnknownResource class

Properties

PropertyModifiersTypeDescription
$schemastring
profileKnownProfile

Methods

MethodModifiersDescription
defaultName()
defaultTitle()
toSchema()