Interface LegacyNodeElements

interface LegacyNodeElements {
    branchements: LegacyConnector[];
    id: string;
    params: ParamsValues;
    section: string;
}

Properties

branchements: LegacyConnector[]
id: string
params: ParamsValues
section: string