зеркало из https://github.com/telerik/blazor-docs.git
chore(api): make sure jsinvokable methods are not part of public api ref
This commit is contained in:
Родитель
d7ab8f5873
Коммит
cb58e64afa
|
@ -2,15 +2,7 @@ apiRules:
|
|||
- exclude:
|
||||
hasAttribute:
|
||||
uid: Telerik.Blazor.HideFromApiRefAttribute
|
||||
|
||||
#sample, maybe unnecessary, filters for attributes. Causes public API that is not parameters to disappear
|
||||
#- include:
|
||||
# type: Property
|
||||
# hasAttribute:
|
||||
# uid: Microsoft.AspNetCore.Components.ParameterAttribute
|
||||
#- exclude:
|
||||
# type: Method
|
||||
# hasAttribute:
|
||||
# uid: Microsoft.JSInterop.JSInvokableAttribute
|
||||
#- exclude:
|
||||
# type: Property
|
||||
- exclude:
|
||||
type: Method
|
||||
hasAttribute:
|
||||
uid: Microsoft.JSInterop.JSInvokableAttribute
|
||||
|
|
Загрузка…
Ссылка в новой задаче