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

Properties

Properties

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