Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a Localizable String as defined in the Web Publication specification.

Hierarchy

  • IWpLocalizableString

Index

Properties

Optional direction

direction?: "ltr" | "rtl"

The direction of text. Note that some text values might instead use the Unicode character RIGHT-TO-LEFT (U+200F)

Optional language

language?: string

A BCP 47 language tag

value

value: string

The string contents.

Generated using TypeDoc