Documentation

config

all options from initial component configuration

hash config;

Example

var width = $$("mylist").config.width;

See also

Details

Do not try to set this value, if you need to set value - use "define" method

Back to top