{"title":"Getting to Know Properties","id":52037,"link":"https:\/\/env.averta.net\/en\/step\/getting-to-know-properties\/","parent":[51858],"content":"<p>When you create a new instance from Master Slider, you have access to some properties in the slider instance object. In this article, you can find the list of available properties.<\/p>\n<h2>Slider<\/h2>\n<table>\n<thead>\n<tr>\n<td>Name<\/td>\n<td>Type<\/td>\n<td>Description<\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>controls<\/td>\n<td>Object<\/td>\n<td>An object containing all added UI control instances.<\/td>\n<\/tr>\n<tr>\n<td>element<\/td>\n<td>Element<\/td>\n<td>The slider main element.<\/td>\n<\/tr>\n<tr>\n<td>initialized<\/td>\n<td>Boolean<\/td>\n<td>Whether the slider is initialized or not.<\/td>\n<\/tr>\n<tr>\n<td>layoutController<\/td>\n<td>MSLayoutController<\/td>\n<td>The slider layout controller instance object.<\/td>\n<\/tr>\n<tr>\n<td>slides<\/td>\n<td>Array<\/td>\n<td>The list of all slides added to the slider.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Layout controller<\/h2>\n<p>Layout controller is responsible to control slider layout, breakpoints and align ui controls. You have access to layout controller instance object by <code>sliderObject.layoutController<\/code>.<\/p>\n<table>\n<thead>\n<tr>\n<td>Name<\/td>\n<td>Type<\/td>\n<td>Description<\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>activeBreakPoint<\/td>\n<td>String<\/td>\n<td>The active breakpoint name.<\/td>\n<\/tr>\n<tr>\n<td>activeBreakPointSize<\/td>\n<td>Number<\/td>\n<td>The active breakpoint size in pixels.<\/td>\n<\/tr>\n<tr>\n<td>height<\/td>\n<td>Number<\/td>\n<td>Slider height in pixels.<\/td>\n<\/tr>\n<tr>\n<td>isNarrow<\/td>\n<td>Boolean<\/td>\n<td>Whether the slider layout is narrow or not.<\/td>\n<\/tr>\n<tr>\n<td>width<\/td>\n<td>Number<\/td>\n<td>Slider width in pixels.<\/td>\n<\/tr>\n<tr>\n<td>viewElement<\/td>\n<td>Element<\/td>\n<td>The slider view element.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","type":"solution"}