Skip to content

pantoken / renderers/web-components/src / RegisterContextOptions

接口: RegisterContextOptions

Alpha

选项 register()buildRegisterContext 共享(除了 only,它只在 register() 调用位置有意义 — buildRegisterContext 的调用者直接决定他们自己的 元素子集)。

属性

prefix?

optional prefix?: string | null

Alpha


locale?

optional locale?: string

Alpha


strings?

optional strings?: Partial<WebComponentStrings>

Alpha


dir?

optional dir?: "ltr" | "rtl"

Alpha