Converts the action element data attributes names to a type with camel-cased properties so they can be used for typing elements' dataset.
i.e. data-td-action becomes tdAction.
data-td-action
tdAction
Converts the action element data attributes names to a type with camel-cased properties so they can be used for typing elements' dataset.
i.e.
data-td-actionbecomestdAction.