We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Event.get_event_field_type
1 parent f0ba4c2 commit e9a1441Copy full SHA for e9a1441
mkdocs.yml
@@ -95,7 +95,10 @@ validation:
95
# Watch
96
watch:
97
- docs
98
- - src
+ - src/flet_datatable2
99
+ - CHANGELOG.md
100
+ - LICENSE
101
+ - README.md
102
103
# Plugins
104
plugins:
@@ -132,6 +135,7 @@ plugins:
132
135
preload_modules: [ flet ]
133
136
filters:
134
137
- "!^_" # Exclude private members starting with only one underscore
138
+ - "!get_event_field_type"
139
extensions:
140
- griffe_modernized_annotations
141
- griffe_warnings_deprecated
0 commit comments