Member Junction
    Preparing search index...

    Form section component for Flow Agent types.

    Wraps FlowAgentEditorComponent and — via ContributeToSave — makes the flow part of the agent record's own atomic save. The editor's own Save button stays hidden here (ShowSaveControls defaults to false): the form owns this record, and two save buttons for one record is how a user ends up with an agent that reports "saved" while their step edits are gone.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    EditMode: boolean
    IsFullScreen: boolean = false

    Whether the flow editor is in full-screen mode

    Provider: IMetadataProvider | null

    If specified, this provider will be used for communication and for all metadata purposes. By default, if not provided, the Metadata and RunView classes are used for this and the default GraphQLDataProvider is used which is connected to the same back-end MJAPI instance as the Metadata and RunView classes. If you want to have this component connect to a different MJAPI back-end, create an instance of a ProviderBase sub-class like GraphQLDataProvider/etc, and configure it as appropriate to connect to the MJAPI back-end you want to use, and then pass it in here.

    record: BaseEntity
    "ɵdir": unknown
    "ɵfac": ɵɵFactoryDeclaration<BaseRecordComponent, never>

    Accessors

    • get ProviderToUse(): IMetadataProvider

      Returns either the default Metadata provider or the one specified in the Provider property, if it was specified

      Returns IMetadataProvider

    • get RunQueryToUse(): IRunQueryProvider

      Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified

      Returns IRunQueryProvider

    • get RunViewToUse(): IRunViewProvider

      Returns either the default RunView provider or the one specified in the Provider property, if it was specified

      Returns IRunViewProvider

    Methods

    • Parameters

      • entityFieldInfo: EntityFieldInfo
      • value: any
      • Optionaldecimals: number
      • Optionalcurrency: string

      Returns string

    • Parameters

      • fieldName: string
      • Optionaldecimals: number
      • Optionalcurrency: string

      Returns string