Files
it/frontend/node_modules/element-plus/attributes.json

1 line
304 KiB
JSON
Raw Normal View History

2025-11-03 17:03:57 +08:00
{"el-affix/offset":{"type":"number","description":"offset distance, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/position":{"type":"'top' | 'bottom'","options":["top","bottom"],"description":"position of affix, default: top.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/target":{"type":"string","description":"target container (CSS selector)\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/z-index":{"type":"number","description":"`z-index` of affix, default: 100.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/change":{"type":"event","description":"triggers when fixed state changed\n\n[Docs](https://element-plus.org/en-US/component/affix.html#events)"},"el-affix/scroll":{"type":"event","description":"triggers when scrolling\n\n[Docs](https://element-plus.org/en-US/component/affix.html#events)"},"el-alert/title":{"type":"string","description":"alert title.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/type":{"type":"'primary' | 'success' | 'warning' | 'info' | 'error'","options":["primary","success","warning","info","error"],"description":"alert type., default: info.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/description":{"type":"string","description":"descriptive text.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/closable":{"type":"boolean","description":"whether alert can be dismissed., default: true.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/center":{"type":"boolean","description":"whether content is placed in the center., default: false.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/close-text":{"type":"string","description":"customized close button text.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/show-icon":{"type":"boolean","description":"whether a type icon is displayed., default: false.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/effect":{"type":"'light' | 'dark'","options":["light","dark"],"description":"theme style., default: light.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/show-after":{"type":"number","description":"delay of appearance, in millisecond, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/hide-after":{"type":"number","description":"delay of disappear, in millisecond, default: 200.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/auto-close":{"type":"number","description":"timeout in milliseconds to hide alert, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/open":{"type":"event","description":"trigger when alert is opened.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#events)"},"el-alert/close":{"type":"event","description":"trigger when alert is closed.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#events)"},"el-anchor/change":{"type":"event","description":"callback when the step changes\n\n[Docs](https://element-plus.org/en-US/component/anchor.html#anchor-events)"},"el-anchor/click":{"type":"event","description":"Triggered when the user clicks on the link\n\n[Docs](https://element-plus.org/en-US/component/anchor.html#anchor-events)"},"el-autocomplete/model-value":{"type":"string","description":"binding value\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#attributes)"},"el-autocomplete/placeholder":{"type":"string","description":"the placeholder of Autocomplete\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#attributes)"},"el-autocomplete/clearable":{"type":"boolean","description":"whether to show clear button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html