api review: callback parameters and properties name adjustements

This commit is contained in:
FloVanGH 2024-12-02 17:22:39 +01:00 committed by GitHub
parent 6de76e0aed
commit 901afde11f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 54 additions and 54 deletions

View file

@ -15,8 +15,8 @@ export component InternalScrollView {
out property <length> visible-height <=> fli.height;
in-out property <bool> has-focus <=> native.has-focus;
in property <bool> enabled <=> native.enabled;
in property <ScrollBarPolicy> vertical-bar-policy <=> native.vertical-bar-policy;
in property <ScrollBarPolicy> horizontal-bar-policy <=> native.horizontal-bar-policy;
in property <ScrollBarPolicy> vertical-scrollbar-policy <=> native.vertical-scrollbar-policy;
in property <ScrollBarPolicy> horizontal-scrollbar-policy <=> native.horizontal-scrollbar-policy;
// Used by the StandardTableView
out property <length> native-padding-left: native.native-padding-left;