diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 41a3f75c961f8ebc013f5f4befbbcb0831795fb4..12e733e207d32fc9e4fad9ac29f8d8162c1c24ed 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -146,7 +146,17 @@ declare function getContext(component?: Object): Context; * @since 9 */ declare type Context = import('../api/application/Context').default; - + +/** + * Post Card Action. + * @param { Object } component - indicate the card entry component. + * @param { Object } action - indicate the router or message event. + * @StageModelOnly + * @systemapi + * @since 9 + */ + declare function postCardAction(component: Object, action: Object): void; + /** * Defines the data type of the interface restriction. * @since 7