const RightShowModel = 'fr.model.linkSet.right.show'; const Model = BI.inherit(Fix.Model, { context: ['linkList', 'linkSelected'], actions: { }, }); BI.model(RightShowModel, Model); export default RightShowModel;