@labkey/api
    Preparing search index...

    Interface PropertyUsagesParams

    interface PropertyUsagesParams {
        maxUsageCount?: number;
        propertyIds?: number[];
        propertyURIs?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxUsageCount?: number
    propertyIds?: number[]
    propertyURIs?: string[]