faviconv-noREADME|ARCHIVES|CATEGORIES|SEARCH|
«Wed Jan 06 2021AkrISrnAPI64efd16Raw
gadgetSelf
The documentation is a work in progress, and English edition is just an empty shell for now. I will translate it when Chinese edition has done.

@Prop() addToKeyInput

v1.2.0 +

  • 类型:(key: string) => void

keyInput 追加字符串的函数。

metaTheme

v1.2.0 +

  • 类型:HTMLMetaElement

meta[name="theme-color"] 元素。

isDark

v1.2.0 +

  • 类型:boolean

是否为暗色模式。

isZen

v1.2.0 +

  • 类型:boolean

是否为禅模式。

isScrolling

v1.2.0 +

  • 类型:boolean

是否正在滚动。

darkMarks

v1.2.0 +

  • 类型:[string, string]

切换暗色模式使用的两个标记字符。

zenMark

v1.2.0 +

  • 类型:string

切换禅模式使用的标记字符。

toTopMark

v1.2.0 +

  • 类型:string

滚动到页面顶部使用的标记字符。

get metaThemeColor()

v1.2.0 +

  • 类型:string

meta[name="theme-color"] 元素的 content 属性值。

toggleDark()

v1.2.0 +

  • 参数:无
  • 返回值:无

切换暗色模式。

toggleZen()

v1.2.0 +

  • 参数:无
  • 返回值:无

切换禅模式。

toTop()

v1.2.0 +

  • 参数:无
  • 返回值:无

滚动到页面顶部。

toBottom()

v1.2.0 +

  • 参数:无
  • 返回值:无

滚动到页面底部。

scroll(toBottom?)

v1.2.0 +

  • 参数:
    • toBottom = false:是否滚动到底部。
  • 返回值:无

滚动到页面顶部或底部。

This page is open source, improve it
Graph