AboutSupportDeveloper GuideVersion 41.129.83.3
interface LaunchExternalProcessRule {
    behavior: "block" | "allow";
    match: string[];
}

Properties

Properties

behavior: "block" | "allow"
match: string[]