add smoothscroll property

This commit is contained in:
Shin'ya Ueoka 2018-01-13 15:31:39 +09:00
parent 42839161bb
commit 2ca1b54faa
4 changed files with 36 additions and 23 deletions

View file

@ -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 };