App
Identity
: { isAppIdentity
(props
: any): props is AppIdentity; suffixText
(appIdentity
: AppIdentity, text
: string): string; taggedConstruct
<T>(appIdentity
: AppIdentity, construct
: T): T; }
Type declaration
-
isAppIdentity:function
-
suffixText:function
- suffixText(appIdentity: AppIdentity, text: string): string
-
Returns string
-
taggedConstruct:function
- taggedConstruct<T>(appIdentity: AppIdentity, construct: T): T
-
Returns T