Interface LocalizedCallback

A function used for accessing localized display strings.

Return undefined if the translated value can't be found.

Param

The pod/library name.

Param

The key.

Returns

The translated value or undefined if it can't be found.

Hierarchy

  • LocalizedCallback
  • Parameters

    • pod: string
    • key: string

    Returns undefined | string

Generated using TypeDoc