Capsium TypeScript API
    Preparing search index...

    Function storageLayers

    • Effective layers bottom → top (the implicit root layer when unconfigured).

      Parameters

      • storage:
            | {
                storage: {
                    dataSets: Record<
                        string,
                        | { schemaFile?: string; schemaType?: string; source: string }
                        | { databaseFile: string; table: string },
                    >;
                    layers?: {
                        path: string;
                        visibility?: "exported" | "private";
                        writable?: boolean;
                    }[];
                };
            }
            | undefined

      Returns readonly {
          path: string;
          visibility?: "exported" | "private";
          writable?: boolean;
      }[]