Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface Renderable

    Base interface of any renderable element

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Order within its sibling elements