ng-xtend API documentation
    Preparing search index...

    Type Alias DcWorkflowDisplayModel

    Display filter configuration. Currently supports 'current-and-after' filtering which hides entities whose date field value is in the past.

    type DcWorkflowDisplayModel = {
        fields?: { [key: string]: "current-and-after" };
    }
    Index

    Properties

    Properties

    fields?: { [key: string]: "current-and-after" }