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

Properties

Properties

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