Trilium Frontend API
    Preparing search index...

    Type Alias ModelSchemaAttributeCheckCallback

    ModelSchemaAttributeCheckCallback: (
        context: ModelSchemaContext,
        attributeName: string,
    ) => boolean | undefined

    Type Declaration