@awesome-algorand/mdast
    Preparing search index...

    Type Alias AwesomeContentProtected

    AwesomeContent: RootContent & {
        children?: AwesomeContent[];
        data?: { parent?: string };
    }

    Represents an AwesomeContent type that extends RootContent. It serves as a structured object supporting hierarchical content with optional metadata and child relationships.

    Type declaration

    • Optionalchildren?: AwesomeContent[]

      An optional property representing an array of AwesomeContent elements. It is typically used to store or handle child components, elements, or items related to a parent structure or entity.

    • Optionaldata?: { parent?: string }

      Represents an optional data object with a parent attribute.