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

Properties

Properties

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