mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
improve prop_desc
This commit is contained in:
parent
cee29f6bd3
commit
eb3e3473f1
@ -150,9 +150,15 @@ typedef struct _prop_desc_t {
|
|||||||
/**
|
/**
|
||||||
* @property {uint8_t} persistent
|
* @property {uint8_t} persistent
|
||||||
* @annotation ["readable"]
|
* @annotation ["readable"]
|
||||||
* 需要存储。
|
* 是否需要存储。
|
||||||
*/
|
*/
|
||||||
uint8_t persistent : 1;
|
uint8_t persistent : 1;
|
||||||
|
/**
|
||||||
|
* @property {uint8_t} configurable
|
||||||
|
* @annotation ["readable"]
|
||||||
|
* 是否用户可配置。
|
||||||
|
*/
|
||||||
|
uint8_t configurable: 1;
|
||||||
/**
|
/**
|
||||||
* @property {uint16_t} reserved
|
* @property {uint16_t} reserved
|
||||||
* @annotation ["readable"]
|
* @annotation ["readable"]
|
||||||
|
Loading…
Reference in New Issue
Block a user