Root

A filesystem root exposed by the client (client/roots §Data Types).

uri MUST be a file:// URI identifying the root directory; name is an optional human-readable label. _meta carries optional implementation metadata per the draft schema.

Members

Variables

name
Nullable!string name;

optional human-readable name

uri
string uri;

MUST be a file:// URI

Mixed In Members

From mixin MetaField

meta
Json meta;

optional _meta object