@logseq/libs
    Preparing search index...

    Type Alias IUserConditionSlotHook<C, E>

    IUserConditionSlotHook: (
        condition: C,
        callback: (e: IHookEvent & UISlotIdentity & E) => void,
    ) => void

    Type Parameters

    • C = any
    • E = any

    Type Declaration