Interface FilterAction

静默 filterContainer 发出的 filterAction 都为静默 filter

interface FilterAction {
    action: "remove" | "put" | "refresh";
    params: any;
    silent?: boolean;
}

Properties

Properties

action: "remove" | "put" | "refresh"
params: any
silent?: boolean

Generated using TypeDoc