NEWCKEditor AI is here! Learn how to supercharge your editor with AI on our webinar.
Sign up (with export icon)

utils/parsebase64encodedobject

Api-module iconmodule

Functions

  • Chevron-right icon

    parseBase64EncodedObject( encoded ) → Record<string, any> | null

    Parses a base64-encoded object and returns the decoded object, or null if the decoding was unsuccessful.

    Parameters

    encoded : string

    Returns

    Record<string, any> | null