Files

1 line
322 KiB
JSON
Raw Permalink Normal View History

{"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/teleported":{"type":"boolean","description":"whether affix element is teleported, if `true` it will be teleported to where `append-to` sets, default: false.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/append-to":{"type":"CSSSelector | HTMLElement","description":"which element the affix element appends to, default: body.\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/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#attributes)"},"el-autocomplete/disabled":{"type":"boolean","description":"whether Autocomplete is disabled, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#attributes)"},"el-autocomplete/value-key":{"t