Skip to content

wevu / index / MiniProgramComponentRawOptions

类型别名: MiniProgramComponentRawOptions

MiniProgramComponentRawOptions = Omit<WechatMiniprogram.Component.TrivialOption, "behaviors"> & object & MiniProgramPageLifetimes & Record<string, any>

定义于: packages/wevu/src/runtime/types.ts:464

类型声明

behaviors?

optional behaviors: MiniProgramBehaviorIdentifier[]

Released under the MIT License.