WGShare.Client.Wx/miniprogram_npm/tdesign-miniprogram/footer/README.en-US.md

668 B
Raw Blame History

:: 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