Skip to content

WaldiezFlow

@waldiez/react v0.4.7


Defined in: src/waldiez/models/Flow/Flow.ts:24

Waldiez Flow

ParamΒΆ

The type (flow)

ParamΒΆ

The ID

ParamΒΆ

The name of the flow

ParamΒΆ

The description of the flow

ParamΒΆ

The tags

ParamΒΆ

The requirements

ParamΒΆ

The data

ParamΒΆ

The storage ID

ParamΒΆ

The created at date

ParamΒΆ

The updated at date

ParamΒΆ

Any additional properties

SeeΒΆ

WaldiezFlowData

ConstructorsΒΆ

ConstructorΒΆ

new WaldiezFlow(props): WaldiezFlow

Defined in: src/waldiez/models/Flow/Flow.ts:37

ParametersΒΆ
propsΒΆ
createdAtΒΆ

string

dataΒΆ

WaldiezFlowData

descriptionΒΆ

string

idΒΆ

string

nameΒΆ

string

requirementsΒΆ

string[]

rest?ΒΆ

{[key: string]: unknown; }

storageIdΒΆ

string

tagsΒΆ

string[]

updatedAtΒΆ

string

ReturnsΒΆ

WaldiezFlow

PropertiesΒΆ

createdAtΒΆ

createdAt: string

Defined in: src/waldiez/models/Flow/Flow.ts:33


dataΒΆ

data: WaldiezFlowData

Defined in: src/waldiez/models/Flow/Flow.ts:31


descriptionΒΆ

description: string

Defined in: src/waldiez/models/Flow/Flow.ts:28


idΒΆ

id: string

Defined in: src/waldiez/models/Flow/Flow.ts:26


nameΒΆ

name: string

Defined in: src/waldiez/models/Flow/Flow.ts:27


requirementsΒΆ

requirements: string[]

Defined in: src/waldiez/models/Flow/Flow.ts:30


rest?ΒΆ

optional rest: object = {}

Defined in: src/waldiez/models/Flow/Flow.ts:35

Index SignatureΒΆ

[key: string]: unknown


storageIdΒΆ

storageId: string

Defined in: src/waldiez/models/Flow/Flow.ts:32


tagsΒΆ

tags: string[]

Defined in: src/waldiez/models/Flow/Flow.ts:29


typeΒΆ

type: string = "flow"

Defined in: src/waldiez/models/Flow/Flow.ts:25


updatedAtΒΆ

updatedAt: string

Defined in: src/waldiez/models/Flow/Flow.ts:34