Data interface for the type of action.

interface IActionRdfMetadataAccumulateInitialize {
    context: IActionContext;
    mode: "initialize";
}

Hierarchy (view full)

  • IAction
    • IActionRdfMetadataAccumulateInitialize

Properties

Properties

The input context that is passed through by actors.

mode: "initialize"

Indicates that metadata fields should be initialized to default values.