@musallam/dynamic-graphics-render-client
    Preparing search index...

    Type Alias JobStatusOutputElementsItem

    type JobStatusOutputElementsItem = {
        controls: JobStatusOutputElementsItemControlsItem[];
        id: string;
        type: DynamicGraphicsRenderClient.JobStatusOutputElementsItemType;
    }
    Index

    Properties

    Properties

    Array of controls from the template.

    id: string

    Unique identifier for the element.

    Type of the element.