Перейти к основному содержимому

on_customblock_place_event

Triggers when a custom block is placed — misc entry.

Entry Information

PropertyValue
Entry IDon_customblock_place_event
TypeMisc
ColorGreen
Iconmdi:cube-outline

Fields

FieldTypeDescription
blockIdStringThe custom block ID that triggers this event (e.g., 'namespace:block_id'). Leave empty for any custom block.
locationOptional<Var<Position>>The location where the block was placed (optional)

Usage Example

- entry: on_customblock_place_event
name: "Triggers when a custom block is placed"
blockId: ""
location: ""