interface ReplaceRoot {
    $replaceRoot: {
        newRoot: any;
    };
}

Properties

Properties

$replaceRoot: {
    newRoot: any;
}

Type declaration

  • newRoot: any