Interface IProps

Props is required for nested nodes, this represents the props of the parent node when nesting.

interface IProps {
    props: Partial<INodeWritableProps>;
}

Properties

Properties

props: Partial<INodeWritableProps>

Generated using TypeDoc