brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
OperationStep
Interface OperationStep
interface
OperationStep
{
id
:
string
;
inputIds
:
readonly
string
[]
;
metadata
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
outputId
:
string
;
parameters
:
Readonly
<
Record
<
string
,
unknown
>
>
;
timestamp
:
number
;
type
:
string
;
}
Index
Properties
id
input
Ids
metadata?
output
Id
parameters
timestamp
type
Properties
Readonly
id
id
:
string
Readonly
input
Ids
inputIds
:
readonly
string
[]
Optional
Readonly
metadata
metadata
?:
Readonly
<
Record
<
string
,
unknown
>
>
Readonly
output
Id
outputId
:
string
Readonly
parameters
parameters
:
Readonly
<
Record
<
string
,
unknown
>
>
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
input
Ids
metadata
output
Id
parameters
timestamp
type
GitHub
npm
Getting Started
brepjs API Reference
Loading...