ea.afterReset


Description

After reset block styles for a block

Arguments

  • attributes – array – block attributes
  • clientId – string – block client id

Located

src/plugins/styles-plugin.js

Example

addAction(
    'ea.afterReset',
    'namespace',
    (attributes, clientId) => {}
);