workflow.named.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > Named
Named class
Signature:
export declare abstract class Named extends Observed implements NamedSchema
Extends: Observed
Implements: NamedSchema
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| description | string | undefined | ||
| name | string | ||
| title | string | undefined |
Methods
| Method | Modifiers | Description |
|---|---|---|
| defaultName() | ||
| defaultTitle() | ||
| loadSchema(schema, quiet) | ||
| toSchema() |