Skip to content

Latest commit

 

History

History
244 lines (203 loc) · 8 KB

File metadata and controls

244 lines (203 loc) · 8 KB

Components

ListingPage(props)JSX.Element
AppComponent(props)JSX.Element
DetailPage(props)JSX.Element
AppComponent(props)JSX.Element

Typedefs

AnchorMenuProps : Object

This type set the url and isActive optional

BreadcrumbItem : Object
IntroContentProps : Object
ProgramDescriptionProps : Object
RequiredCoursesProps : Object
AtAGlanceProps : Object
ApplicationRequirementsProps : Object
ChangeMajorRequirementsProps : Object
NextStepsCardProp : Object
NextStepCardsProps : Object
NextStepsProps : Object
FlexibleDegreeOptionItem : Object
FlexibleDegreeOptionsProps : Object
ExampleCareersProps : Object
AttendOnlineProps : Object
ProgramContactInfoProps : Object
HideProp : Object
ProgramDetailDataSource : Object
WhyChooseAsuCardProp : Object
WhyChooseAsuCardsProps : Object
WhyChooseAsuProps : Object
DetailPageProps : Object
BreadcrumbItem : Object
IntroContentProps : Object
ProgramListDataSource : Object
GridListProps : Object
ActionUrlProps : Object
ListingPageProps : Object
tagHeadings : "h1" | "h2" | "h3" | "h4" | "h5" | "h6"
ContentItem : Object
SectionContentItem : Object
LinkItem : Object
CardItem : Object
OverlapContentImage : Object
TableProps : Object
ListSettings : Object

ListingPage(props) ⇒ JSX.Element

Kind: global function

Param Type
props ListingPageProps

AppComponent(props) ⇒ JSX.Element

Kind: global function

Param Type
props ListingPageProps

DetailPage(props) ⇒ JSX.Element

Kind: global function

Param Type
props DetailPageProps

AppComponent(props) ⇒ JSX.Element

Kind: global function

Param Type
props DetailPageProps

AnchorMenuProps : Object

This type set the url and isActive optional

Kind: global typedef
Properties

Name Type
[atAGlance] boolean
[applicationRequirements] boolean
[changeMajorRequirements] boolean
[nextSteps] boolean
[affordingCollege] boolean
[flexibleDegreeOptions] boolean
[careerOutlook] boolean
[exampleCareers] boolean
[customizeYourCollegeExperience] boolean
[globalOpportunity] boolean
[attendOnline] boolean
[whyChooseAsu] boolean
[programContactInfo] boolean
[externalAnchors] Array.<AnchorMenuItem>

BreadcrumbItem : Object

Kind: global typedef
Properties

Name Type
[url] string
text string
[isActive] boolean

IntroContentProps : Object

Kind: global typedef
Properties

Name Type
[hideMarketText] boolean
[hideProgramDesc] boolean
[hideRequiredCourses] boolean
[contents] Array.<ContentItem>
[video] VideoItem
[image] ImageItem
[breadcrumbs] Array.<BreadcrumbItem>

ProgramDescriptionProps : Object

Kind: global typedef
Properties

Name Type
content ContentItem | string
[stemOptText] string

RequiredCoursesProps : Object

Kind: global typedef
Properties

Name Type
onlineMajorMapURL string
majorMapOnCampusURL string
subPlnMajorMaps Array.<Object>
subPlns Array.<Object>

AtAGlanceProps : Object

Kind: global typedef
Properties

Name Type
[hide] boolean
[offeredBy] LinkItem
[locations] Array.<LinkItem>
[firstRequirementMathCourse] string
[mathIntensity] string
[timeCommitment] string

ApplicationRequirementsProps : Object

Kind: global typedef
Properties

Name Type
graduateRequirements string
isMinorOrCertificate boolean
additionalRequirements string
transferRequirements string
minorRequirements string

ChangeMajorRequirementsProps : Object

Kind: global typedef
Properties

Name Type
[contents] Array.<ContentItem>

<