XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface ArchivingReentrancyConfig

    interface ArchivingReentrancyConfig {
        reentrancy?: { action: "skip" | "wait"; scope: "global" };
    }
    Index

    Properties

    Properties

    reentrancy?: { action: "skip" | "wait"; scope: "global" }