Home > @activeviam/activeui-sdk > MdxQuery > update
MdxQuery.update property
Change the query MDX and/or context values and/or updateMode atomically. If the query is currently running, it will be stopped and started again with the new parameters.
Signature:
update: (mdx: Mdx, context: MdxContextValues, updateMode: UpdateMode, refreshInterval: number) => MdxQuery;