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

Properties

Properties

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