add smoothscroll property
This commit is contained in:
parent
42839161bb
commit
2ca1b54faa
4 changed files with 36 additions and 23 deletions
|
@ -4,11 +4,13 @@
|
|||
// mybool: 'boolean',
|
||||
const types = {
|
||||
hintchars: 'string',
|
||||
smoothscroll: 'boolean',
|
||||
};
|
||||
|
||||
// describe default values of a property
|
||||
const defaults = {
|
||||
hintchars: 'abcdefghijklmnopqrstuvwxyz',
|
||||
smoothscroll: false,
|
||||
};
|
||||
|
||||
export { types, defaults };
|
||||
|
|
Reference in a new issue