custom

This block is part of the styling group and was last modified in core v10.4.28.

custom v10.4.28

Custom styling

Out pins 1
  • uistyle
    uistyle

A typical wiring for custom: the uistyle out pin feeds div.

Studio canvas example for the custom block: typical wiring for custom.

Commonly used with

In production blueprints, this block is most often wired together with:

  • div: this block feeds into it. Creates a dynamic and customizable div element on your web page.
  • get at index: feeds into this block. Returns the element stored at the given zero-based index. An index outside the array, or an element that is null, outputs null.
  • div: this block feeds into it. Generic container for content.
  • custom text: this block feeds into it. Returns the text without an element wrapper if no attributes or outlet are set. If either one is set the text will be wrapped with a span.
  • paragraph: this block feeds into it. A paragraph element.
  • custom text: this block feeds into it.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to styling Return to the main group to view all sub-groups Back to style Return to the group to view all blocks within this group