Traqula
Preparing search index...
@traqula/algebra-transformations-1-2
Algebra
Copy
Interface Copy
interface
Copy
{
destination
:
NamedNode
<
string
>
|
"DEFAULT"
;
metadata
?:
Record
<
string
,
unknown
>
;
silent
?:
boolean
;
source
:
NamedNode
<
string
>
|
"DEFAULT"
;
type
:
COPY
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
Algebra
.
UpdateGraphShortcut
Copy
Indexable
[
key
:
string
]:
any
Index
Properties
destination
metadata?
silent?
source
type
Properties
destination
destination
:
NamedNode
<
string
>
|
"DEFAULT"
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
silent
silent
?:
boolean
source
source
:
NamedNode
<
string
>
|
"DEFAULT"
type
type
:
COPY
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination
metadata
silent
source
type
Traqula
Loading...