Skip to main content

appendCustomBlockAttribute

For vector files with blocks, you can add custom attributes that can be displayed when selecting a block.

Syntax

RxCore.appendCustomBlockAttribute(blockid, name, value)

Parameters

  • blockid: string — Unique ID of the block to which attributes should be added.
  • name: string — Name of the added attribute.
  • value: string — Value of the added attribute.

Returns

  • NA — This method does not return a value.