Preparing search index...
The search index is not available
Documentation
Documentation
ArchiveEvent
Type Alias ArchiveEvent<T, I>
ArchiveEvent
:
{
contractId
:
ContractId
<
T
>
;
templateId
:
I
}
An archived contract.
Type Parameters
T
extends
object
I
extends
string
=
string
Type declaration
contractId
:
ContractId
<
T
>
templateId
:
I
Typeparam
T The contract template or interface type.
Typeparam
I The template or interface id.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
An archived contract.