- NodeAsRoot(bgColor?): {
selector: string;
style: {
background-color: undefined | string;
};
} Returns {
selector: string;
style: {
background-color: undefined | string;
};
}
selector: string
style: {
background-color: undefined | string;
}
background-color: undefined | string