interface AppendTransitionOptions {
    alias?: string;
    table?: UpdateTable;
    transition: Transition;
}

Properties

alias?: string
table?: UpdateTable

A table name where operation must be executed

'links'
transition: Transition

A transition to append

If you want to insert link - the first element must be null and the second must be link. If you want to update link - the first and second elements must be links. If you want to delete link - the first element must be link and second must be null