跳至主要內容

HTMLDwebConfigElement

BFChainWebComponent标签列表项小于 1 分钟

是一个实现配置数据的 WebComponent;
继承与 HTMLElementopen in new window;

<dweb-config></dweb-config>

属性

方法

事件

支持任意事件,无预定义事件;

示例

<body>
  <dweb-config></dweb-config>
  <button>check</button>
  <script type="module">
    import "@plaoc/plugins"
    const config = document.querySelector("dweb-config")!
    const btn = document.querySelector('button');
    btn.addEventListener('click', async () => {
      const url = await config.public_url;
    })
  </script>
</body>

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
pluginX
public_urlX

相关链接

Plaoc WebComponent

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7