You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joe 9b449c2688 first commit 2 years ago
..
README.en-US.md first commit 2 years ago
README.md first commit 2 years ago
footer.d.ts first commit 2 years ago
footer.js first commit 2 years ago
footer.json first commit 2 years ago
footer.wxml first commit 2 years ago
footer.wxss first commit 2 years ago
props.d.ts first commit 2 years ago
props.js first commit 2 years ago
type.d.ts first commit 2 years ago
type.js first commit 2 years ago

README.en-US.md

:: BASE_DOC ::

API

name type default description required
text String '' - N
logo Object - TypescriptFooterLogo interface FooterLogo { icon: string; title?: string; titleUrl?: string }see more ts definition N
links Array [] TypescriptArray<LinkObj> interface LinkObj { name: string; url?: string; openType?: 'navigate' | 'redirect' | 'relaunch' | 'switchTab' | 'navigateBack' }see more ts definition N