interface Deno.ForeignStatic
Type Parameters Jump to heading
Jump to headingType extends NativeType = NativeTypeProperties Jump to heading
optional
Jump to headingname: stringName of the symbol, defaults to the key name in symbols object.
The type of the foreign static value.
optional
Jump to headingoptional: boolean = falseWhen true, dlopen will not fail if the symbol is not found.
Instead, the symbol will be set to null.