@tikoci/centrs
    Preparing search index...

    Interface RetrieveListOptions

    Projection/detail options for a menu list.

    interface RetrieveListOptions {
        detail?: boolean;
        proplist?: readonly string[];
    }
    Index

    Properties

    Properties

    detail?: boolean
    proplist?: readonly string[]