interface LineColorInterface {
    alpha?: number;
    color: string;
    points: RcsbFvTrackDataElementInterface[];
}

Properties

Properties

alpha?: number
color: string