4. In case, if it is need to apply a filter only for particular sections, please add a name of these sections to the following part of code:
if(schema === "Section name"){
// use here your methods or filters
this.TestMethod();
}
Please note that it is possible to find the name of the particular section in the query string. For example, for Account section the name is “AccountSectionV2”. Please see the screenshot below: