UNPKG

quasar

Version:

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

28 lines (25 loc) 967 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" }, "no-parent-event": { "type": "Boolean", "desc": "Skips attaching events to the target DOM element (that trigger the element to get shown)", "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" } } }