Interface NlExecuteOptionsExperimental

interface NlExecuteOptions {
    approval?: NlMapPlanApproval;
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal