![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/bootstrap-vue/src/directives/scrollspy/ |
{ "name": "@bootstrap-vue/scrollspy", "version": "0.0.0", "meta": { "title": "Scrollspy", "description": "Automatically activate BootstrapVue navigation or list group components based on scroll position to indicate which link is currently active in the viewport.", "directive": "VBScrollspy", "arg": { "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*", "description": "ID of element to monitor scrolling on (if not provided defaults to the body element)", "required": false }, "expression": [ "String", "Number", "Object" ], "modifiers": [ { "name": "###", "pattern": "[\\d]+", "description": "Offset (in pixels) from top of scrolling viewport before triggering active state" }, { "name": "offset", "description": "Position calculation method using `offset` procedure (default process for body)" }, { "name": "position", "description": "Position calculation method using the `position` procedure" }, { "name": "auto", "description": "Position calculation method: `auto` will choose `offset` if scroll element is body, else the method is `position`. This is the default" } ] } }