Skip to main content

ProtectedFieldsConfig

Type Alias ProtectedFieldsConfig 

Source
pub type ProtectedFieldsConfig = IndexMap<String, IndexMap<String, Vec<String>>>;
Expand description

Server-level protectedFields: class name, then entity, then the fields that entity may not see (Options/Definitions.js:491-500).

Order-preserving because the intersection that consumes it is order-sensitive on the wire.

Aliased Typeยง

pub struct ProtectedFieldsConfig { /* private fields */ }