proposit-core
    Preparing search index...

    Interface TForkRemapTable

    Maps original entity IDs to their forked counterparts.

    interface TForkRemapTable {
        argumentId: { from: string; to: string };
        expressions: Map<string, string>;
        premises: Map<string, string>;
        variables: Map<string, string>;
    }
    Index

    Properties

    argumentId: { from: string; to: string }
    expressions: Map<string, string>
    premises: Map<string, string>
    variables: Map<string, string>