Trilium Frontend API
    Preparing search index...

    Type Alias NodePropSource

    NodePropSource: (type: NodeType) => null | [NodeProp<any>, any]

    Type returned by NodeProp.add. Describes whether a prop should be added to a given node type in a node set, and what value it should have.

    Type Declaration