shows whether the configuration form is opened
webix.ui({ view: "pivot", config: true, //... });
config can also be accessed via getState():
$$("pivot").getState().config = true;