table Alias

Overview

Alias = {
    -- fields

    initializer,

    -- inherited from Member

    memberKind,
    protectionKind,
    virtualKind,
    flags,
    id,
    name,
    modifiers,
    group,
    importArray,
    path,
    briefDescription,
    detailedDescription,
    inBodyDescription,
    location,
}

Detailed Documentation

Fields

initializer

Holds a LinkedText table with the member initializer.