Home > @activeviam/activeui-sdk > TranslationPath
TranslationPath type
A string symbolizing the path to the translation in the translation tree. For example 'general.cancel'. The different path segments are separated by dots.
Signature:
export declare type TranslationPath = string;