Pathfinder 1e for Foundry VTT
    Preparing search index...
    type TreeLeaf = {
        children: TreeLeaf[];
        entries: applications.sidebar.IndexEntry[];
        visible: boolean;
    }
    Index

    Properties

    children: TreeLeaf[]
    visible: boolean