Solved
how to use Resources["SecurityServices"].EvaluateRuntimePermission(params)
let params = {
resource: '' /* STRING */,
name: '' /* STRING */,
permission: '' /* STRING */,
type: '' /* STRING */
};
// result: BOOLEAN
let result = Resources["SecurityServices"].EvaluateRuntimePermission(params);
I couldn't find any documentation for the parameters, Can someone tell me the meaning of each item in the params ?
I couldn't find any documentation for the parameters, Can someone tell me the meaning of each item in the params ?

