Type Alias AttrsObj

AttrsObj: {
    [key: AttrKey]: AttrValue;
}

Object containing node attributes.

Used for node attributes only