EdgeOptions🔗
Definition🔗
export interface EdgeOptions {
// Unit for the main stat to override what ever is set in the data frame.
mainStatUnit?: string;
// Unit for the secondary stat to override what ever is set in the data frame.
secondaryStatUnit?: string;
}
Methods🔗
No methods.