Fires2REST - v0.3.0
    Preparing search index...

    Interface CollectionSelector

    A selector for a collection

    interface CollectionSelector {
        allDescendants?: boolean;
        collectionId: string;
    }
    Index

    Properties

    allDescendants?: boolean

    When true, selects all descendant collections

    collectionId: string

    The collection ID (relative, not full path)