Skip to content

Add a * option to nodeExtra #44

@kirangadhave

Description

@kirangadhave

Currently we have to specify an element for each event type innodeExtra. We should have a catch all key * which adds the element to every node. Something like:

{
	nodeExtra: {
		'*': <div>Will show for all</div>
	}
}

We can fix this so that it is rendered before an event specific nodeExtra value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions