Boomi Flow Runtime Reference Documentation
    Preparing search index...
    interface HeaderComponentProps {
        children?: ReactNode;
        headerImageUrl: string;
        headerTitle: undefined | null | string;
        isFixed: boolean;
    }
    Index

    Properties

    children?: ReactNode
    headerImageUrl: string

    A URL of an image to display in the header

    headerTitle: undefined | null | string
    isFixed: boolean