Home > composition-plot > VerticesFn
Type describing a function that returns vertices
Signature:
export declare type VerticesFn = () => IVertex[];
References: IVertex