Skip to main content

Type Alias: EffectiveSearchThemeConfigProperty

type EffectiveSearchThemeConfigProperty = Readonly<{
keyLabel: `themeConfig.${SearchThemeConfigPropertyName}`;
property: Readonly<TSESTree.Property>;
}>;

Defined in: _internal/search-config.ts:67

Resolved effective search config property and its public key label.