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: Get the supports array for this block type.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:241
Method: Get block attributes.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:250
Method: Parses block attributes from the render_callback.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:260
Method: Render the block. Extended by children.
Source: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php:271
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