@logseq/libs
Preparing search index...
IUIProxy
Interface IUIProxy
interface
IUIProxy
{
checkSlotValid
:
(
slot
:
string
)
=>
Promise
<
boolean
>
;
closeMsg
:
(
key
:
string
)
=>
void
;
queryElementById
:
(
id
:
string
)
=>
Promise
<
string
|
boolean
>
;
queryElementRect
:
(
selector
:
string
)
=>
Promise
<
DOMRectReadOnly
>
;
resolveThemeCssPropsVals
:
(
props
:
string
|
string
[]
,
)
=>
Promise
<
Record
<
string
,
string
>
>
;
showMsg
:
(
content
:
string
,
status
?:
string
,
opts
?:
Partial
<
UIMsgOptions
>
,
)
=>
Promise
<
string
>
;
}
Index
Properties
check
Slot
Valid
close
Msg
query
Element
By
Id
query
Element
Rect
resolve
Theme
Css
Props
Vals
show
Msg
Properties
check
Slot
Valid
checkSlotValid
:
(
slot
:
string
)
=>
Promise
<
boolean
>
close
Msg
closeMsg
:
(
key
:
string
)
=>
void
query
Element
By
Id
queryElementById
:
(
id
:
string
)
=>
Promise
<
string
|
boolean
>
query
Element
Rect
queryElementRect
:
(
selector
:
string
)
=>
Promise
<
DOMRectReadOnly
>
resolve
Theme
Css
Props
Vals
resolveThemeCssPropsVals
:
(
props
:
string
|
string
[]
,
)
=>
Promise
<
Record
<
string
,
string
>
>
show
Msg
showMsg
:
(
content
:
string
,
status
?:
string
,
opts
?:
Partial
<
UIMsgOptions
>
,
)
=>
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
check
Slot
Valid
close
Msg
query
Element
By
Id
query
Element
Rect
resolve
Theme
Css
Props
Vals
show
Msg
@logseq/libs
Loading...