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

Properties

Properties

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