diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 70402c47b1934d2fc6dad01a64503e2adeb7c16d..e07931f23bf5be54478388b1fca31cdef54e9997 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -1387,6 +1387,24 @@ declare class CommonMethod { */ tabIndex(index: number): T; + /** + * Set default focused component when a page create. + * @since 9 + */ + defaultFocus(value: boolean): T; + + /** + * Set default focused component when focus on a focus group. + * @since 9 + */ + groupDefaultFocus(value: boolean): T; + + /** + * Set a component focused when the component be touched. + * @since 9 + */ + focusOnTouch(value: boolean): T; + /** * animation * @since 7