Home > @activeviam/activeui-sdk > MemberPathAsString
MemberPathAsString type
The path of a member within its hierarchy.
Signature:
export declare type MemberPathAsString = string;
Example
const path = '[AllMember].[EUR]' // for the member with full unique name [Currency].[Currency].[ALL].[AllMember].[EUR]