interface SerializedAction {
    _objectType?: null | ObjectType | "editProposal" | "editProposalEdit";
    _subActions?: SerializedAction[];
    action?: ACTION_TYPE;
    actions?: SerializedAction;
    attributes?: ObjectLiteral;
    name?: string;
}

Hierarchy (View Summary)

Properties

_objectType?: null | ObjectType | "editProposal" | "editProposalEdit"
_subActions?: SerializedAction[]
action?: ACTION_TYPE
attributes?: ObjectLiteral
name?: string