@xo-cash/types
    Preparing search index...

    Type Alias XOTemplateAction

    XOTemplateAction: XOTemplateViewProperties & {
        conditions?: (...)[];
        data?: XOTemplateDataIdentifier;
        requirements?: XOTemplateActionRequirements;
        roles?: Record<(...), (...)>;
        transaction?: XOTemplateTransactionIdentifier;
    }

    An action within a template.

    Type Declaration

    • Optionalconditions?: (...)[]

      Conditions that must be met for this action to be available.

      More work needs to be done on this field.

    • Optionaldata?: XOTemplateDataIdentifier

      The identifier of the data field this action produces, referencing an entry in the template's data.

      More work needs to be done on this field.

    • Optionalrequirements?: XOTemplateActionRequirements

      The requirements for this action.

    • Optionalroles?: Record<(...), (...)>

      Specific context for each role participating in this action.

    • Optionaltransaction?: XOTemplateTransactionIdentifier

      The identifier of the transaction this action produces, referencing an entry in the template's transactions.