composition-plot

Home > composition-plot > VerticesFn

VerticesFn type

Type describing a function that returns vertices

Signature:

export declare type VerticesFn = () => IVertex[];

References: IVertex