UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

22 lines (20 loc) 774 B
{ "props": { "target": { "type": [ "Boolean", "String" ], "desc": "Configure a target element to trigger component toggle; 'true' means it enables the parent DOM element, 'false' means it disables attaching events to any DOM elements; By using a String (CSS selector) it attaches the events to the specified DOM element (if it exists)", "default": true, "values": [ true, false, "(CSS selector)" ], "examples": [ ":target=\"false\"", "target=\".my-parent\"" ], "category": "behavior" }, "context-menu": { "type": "Boolean", "desc": "Allows the component to behave like a context menu, which opens with a right mouse click (or long tap on mobile)", "category": "behavior" } } }