[][src]Type Definition agnes::view::FieldTypeFromFrameDetailsOf

type FieldTypeFromFrameDetailsOf<Frames, FrameIndex, FrameLabel> = <FrameByFrameIndexOf<Frames, FrameIndex> as SelectFieldByLabel<FrameLabel>>::DType;

Type alias for the data type of the field (implementing DataIndex) within the frames list Frames associated with the FrameIndex and FrameLabel.