algonim
Preparing search index...
gif/Gif
Block
Interface Block
interface
Block
{
emit
(
vec
:
ByteVector
)
:
void
;
isInvalidIn
(
gif
:
Gif
)
:
Error
|
null
;
}
Implemented by
ApplicationExtension
GraphicControl
Image
Index
Methods
emit
is
Invalid
In
Methods
emit
emit
(
vec
:
ByteVector
)
:
void
Parameters
vec
:
ByteVector
Returns
void
is
Invalid
In
isInvalidIn
(
gif
:
Gif
)
:
Error
|
null
Notice that this method returns any potential errors, rather than throwing them.
Parameters
gif
:
Gif
Returns
Error
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
emit
is
Invalid
In
algonim
Loading...
Notice that this method returns any potential errors, rather than throwing them.