IJSComponentConfiguration Rozhraní

Definice

Konfiguruje možnosti pro dynamické přidávání kořenových komponent v JavaScriptu.

public interface IJSComponentConfiguration
type IJSComponentConfiguration = interface
Public Interface IJSComponentConfiguration
Odvozené

Vlastnosti

JSComponents

Získá úložiště možností konfigurace, které umožňují JavaScript přidávat kořenové komponenty dynamicky.

Metody rozšíření

RegisterAsCustomElement<TComponent>(IJSComponentConfiguration, String)
RegisterForJavaScript(IJSComponentConfiguration, Type, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

Platí pro