Function insertHandle

  • Inserts a handle and contain it if containerLinkId is not null

    Parameters

    Returns Promise<DeepClientResult<{
        id: any;
    }[]>>

    Example

    Insert a handle link

    await insertHandle({
    deep,
    handle: Handle.Insert /\* Handle.Update, Handle.Delete \*/,
    triggerTypeLinkId: await deep.id(deep.linkId, "MyType"),
    containerLinkId: deep.linkId
    })

Generated using TypeDoc