npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@mifind/rct-test

v1.2.0

Published

参数测试

Downloads

10

Readme

TYRCTExampleManager

参数测试

类型|版本|适用平台|负责人 -|-|-|- component|1.0.0|all|[email protected]

1.0.0 Changelog:
none

方法

customMethod

customMethod 测试

起始版本|适用平台 -|- 1.0.0|all

序号|参数名|参数类型|描述 -|-|-|- 1|p1|boolean|boolean类型 2|p2|string|string类型 3|p3|integer|integer类型 4|p4|double|double类型 5|p5|float|float类型 6|p6|Array<string>|Array类型 7|p7|Array<string>|Array类型 8|p8|Array<{type:string,version:number,children:{name:string}}>|Array<自定义Object type> 9|p9|object|Object类型 10|p10|object|object类型 11|p11|{type:string,version:number,children:{name:string}}|自定义Object type 12|p12|successcb|t.SuccessCb类型 13|p13|(res:{name:string,des:string})=>void|自定义Callback类型 14|p14|Array<object>|Array类型 15|p15|Array<object>|Array类型 16|p16|promisecb|promicecb类型

事件

customEvent_1

customEvent_1 自定义object

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- {type:string,version:number,children:{name:string}}|

customEvent_2

customEvent_2 Object

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- object|object

customEvent_3

customEvent_3 object

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- object|Object

属性

booleanProps

boolean props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|boolean||boolean props

integerProps

integer props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|integer||integer props

doubleProps

double props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|double||double props

floatProps

float props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|float||float props

stringProps

string props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|string||string props

objectProps

object props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|object||object props

_objectProps

Object props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|object||Object props

arrayStringProps

array props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|Array<string>||array props

arrayDoubleProps

array double props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|Array<number>||array double props

arrayIntegerProps

array integer props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|Array<number>||array integer props

arrayFloatProps

array float props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|Array<number>||array float props

arrayObjectProps

array Objcet props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|Array<object>||array Objcet props

arrayobjectProps

array Objcet props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|Array<object>||array Objcet props

customProps

array props

起始版本|适用平台|类型|默认值|描述 -|-|-|-|- 1.0.0|all|{type:string,version:number,children:{name:string}}||array props

UI 事件

onLoad

测试 UI Direct event data object

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- object|

onLoad_02

测试 UI Direct event data Object

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- object|

onLoadCustom

测试 UI Direct UI event data custom object 自定义事件

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- (event:{eventName:string,version:number})=>void|

onLoadBubbling

测试 UI Bubbling event data object

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- object|

onLoadBubbling_02

测试 UI Bubbling event data Object

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- object|

onLoadCustomBubbling

测试 UI Bubbling event data custom object 自定义事件

起始版本|适用平台 -|- 1.0.0|all

参数类型|描述 -|- (event:{eventName:string,version:number})=>void|