Last updated

Class: APIRecipeV2

An interface representing an Entity object.

Interface

IEntity

Implements

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new APIRecipeV2(recipe)

Parameters

NameType
recipePartial<APIRecipeV2>

Properties

description

description: string

Implementation of

IRecipe.description


id

id: string

A globally unique identifier for the Entity.

Implementation of

IRecipe.id


createdAt

Optional createdAt: Date

The date and time when the Entity was created.

Implementation of

IRecipe.createdAt


updatedAt

Optional updatedAt: Date

The date and time when the Entity was last updated.

Implementation of

IRecipe.updatedAt


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Implementation of

IRecipe.updatedBy


labelScript

labelScript: string

Implementation of

IRecipe.labelScript


creator

creator: string

The creator of the Entity.

Implementation of

IRecipe.creator


metadata

metadata: IRecipeMetaData

Implementation of

IRecipe.metadata


ontology

ontology: IRecipeOntology

Implementation of

IRecipe.ontology


projectIds

projectIds: string[]

Implementation of

IRecipe.projectIds


taskIds

taskIds: string[]

Implementation of

IRecipe.taskIds


title

title: string

Implementation of

IRecipe.title


toolsSettings

toolsSettings: Dictionary

Implementation of

IRecipe.toolsSettings


uiSettings

uiSettings: Dictionary

Implementation of

IRecipe.uiSettings


v2

v2: true

Implementation of

IRecipe.v2

Accessors

ontologyId

get ontologyId(): string

Returns

string


attributes

get attributes(): string[]

Returns

string[]