in lib/client/services/nativeStyle/nativeStyle.service.ts [28:40]
async performNativeStyleAction(
nativeStyleAction: NativeStyleAction,
filterStatement: Statement,
): Promise<UpdateResult> {
return this._client.performNativeStyleAction({
NativeStyleAction: {
attributes: {
"xsi:type": nativeStyleAction.constructor.name,
},
},
filterStatement,
});
}