AbstractBlock::enqueue_data()
Method: Data passed through from server to client for block.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:332
Method: Data passed through from server to client for block.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:332
Method: Register/enqueue scripts used for this block on the frontend, during render.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:368
Method: Script to append the correct sizing class to a block skeleton.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:379
Method: Enqueue frontend assets for this block, just in time for rendering.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:283
Method: Injects block attributes into the block.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:299
Method: The default render_callback for all blocks. This will ensure assets are enqueued just in time, then render the block (if applicable).
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:82
Method: Converts block attributes to HTML data attributes.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:309
Method: Enqueue assets used for rendering the block in editor context.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:93
Method: Initialize this block type.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:106
Method: Register script and style assets for the block type before it is registered.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:122