pub type AsksMapDofWrapper = Field<Wrapper<AsksMap>, ID>;Expand description
Dynamic object field wrapper for the asks Map ID.
Aliased Type§
pub struct AsksMapDofWrapper {
pub id: UID,
pub name: Wrapper<AsksMap>,
pub value: ID,
}Fields§
§id: UIDDetermined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)
name: Wrapper<AsksMap>The value for the name of this field
value: IDThe value bound to this field