Magek Framework
    Preparing search index...

    Interface QueryMetadata<TCommand>

    interface QueryMetadata<TCommand = unknown> {
        class: QueryInterface<TCommand>;
        properties: PropertyMetadata[];
        methods: PropertyMetadata[];
        authorizer: QueryAuthorizer;
        before: QueryBeforeFunction[];
    }

    Type Parameters

    • TCommand = unknown
    Index

    Properties

    properties: PropertyMetadata[]
    methods: PropertyMetadata[]
    authorizer: QueryAuthorizer