Skip to content

pantoken / renderers/web-components/src / RegisterContextOptions

Interface: RegisterContextOptions

Alpha

The options register() and buildRegisterContext share (everything but only, which only makes sense at the register() call site — buildRegisterContext's callers decide their own element subset directly).

Properties

prefix?

optional prefix?: string | null

Alpha


locale?

optional locale?: string

Alpha


strings?

optional strings?: Partial<WebComponentStrings>

Alpha


dir?

optional dir?: "ltr" | "rtl"

Alpha