Skip to content

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.

mode: number

Defined in: src/fs/configfs.ts:19

0o644

optional name?: string

Defined in: src/fs/configfs.ts:17

Set when the attribute is added to an item

optional show(): string

Defined in: src/fs/configfs.ts:20

string


optional store(value): void

Defined in: src/fs/configfs.ts:21

string

void