specialValues Variable
In This Article
#Declaration
TypeScript
export let specialValues: {
nullValueGuid: string;
othersValueGuid: string;
olapNullValueGuid: string;
errorValueGuid: string;
};
#Members
Name | Type |
---|---|
error |
string |
null |
string |
olap |
string |
others |
string |