bloomPropsAttribute top-level constant

String const bloomPropsAttribute

DOM attribute name containing JSON-encoded props passed to the island's BloomIslandBuilder.

Supports raw JSON strings or URI-encoded JSON strings.

Div(
  attrs: {
    bloomIslandAttribute: 'product-card',
    bloomPropsAttribute: '{"id": 42, "discount": true}',
  },
)

Implementation

const String bloomPropsAttribute = 'data-bloom-props';