@lightningjs/renderer
    Preparing search index...

    Type Alias NodeTextFailedPayload

    Payload for when text failed to load

    type NodeTextFailedPayload = {
        error: Error;
        type: "text";
    }
    Index

    Properties

    Properties

    error: Error
    type: "text"