Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface Renderable

    Base interface of any renderable element

    interface Renderable {
        className: null | string;
        developerName: string;
        id: string;
        label: null | string;
        order: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className: null | string
    developerName: string
    id: string
    label: null | string
    order: number

    Order within its sibling elements