Skip to content

components/generator/PhaseShiftConfig#

PhaseShiftConfig()#

function PhaseShiftConfig(props?): Element;

Parameters#

Parameter Type
props? PhaseShiftConfigProps

Returns#

Element


PhaseShiftConfigProps#

Properties#

config?#

optional config?: PhaseShiftConfig;

onChange?#

optional onChange?: (config) => void;
Parameters#
Parameter Type
config PhaseShiftConfig | undefined
Returns#

void