Type Definition rive_models::user::UserSettings

source ·
pub type UserSettings = HashMap<String, (i64, String)>;
Expand description

HashMap of user settings Each key is mapped to a tuple consisting of the revision timestamp and serialised data (in JSON format)