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

type FieldFromFrameDetailsOf<Frames, FrameIndex, FrameLabel> = <FrameByFrameIndexOf<Frames, FrameIndex> as SelectFieldByLabel<FrameLabel>>::Output;

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