Skip to main content

PositionDf

Type Alias PositionDf 

Source
pub type PositionDf = Field<Position, Position>;
Expand description

Dynamic field storing a Position.

Aliased Type§

pub struct PositionDf {
    pub id: UID,
    pub name: Position,
    pub value: Position,
}

Fields§

§id: UID

Determined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)

§name: Position

The value for the name of this field

§value: Position

The value bound to this field