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

Properties

Properties

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