Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LanguageStrings

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:language_strings"
links: { fx:property_helpers: PropertyHelpers; self: LanguageStrings }

Type declaration

props: { message: string; values: Record<string, Record<string, string | Record<string, Record<string, string>>>> }

Type declaration

  • message: string

    A small, human readable explanation of this property helper.

  • values: Record<string, Record<string, string | Record<string, Record<string, string>>>>

    JSON objects with the language strings supported. The key values match the language property and each pair represents the language_override code and custom_value.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc