ConfigAttribute
Defined in: src/fs/configfs.ts:15
A file on an item, i.e. struct configfs_attribute.
These are the only things in configfs userspace can read and write.
Properties
Section titled “Properties”mode:
number
Defined in: src/fs/configfs.ts:19
Default
Section titled “Default”0o644
optionalname?:string
Defined in: src/fs/configfs.ts:17
Set when the attribute is added to an item
Methods
Section titled “Methods”show()?
Section titled “show()?”
optionalshow():string
Defined in: src/fs/configfs.ts:20
Returns
Section titled “Returns”string
store()?
Section titled “store()?”
optionalstore(value):void
Defined in: src/fs/configfs.ts:21
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void