opper
    Preparing search index...

    Interface AttributeCommandParser

    interface AttributeCommandParser {
        id: number;
        overload(source: Observable<AttributeCommand>): Observable<boolean>;
        weight(source: Observable<AttributeCommand>): Observable<number>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    id: number

    Methods