Skip to main content

DialogCommonProps

SteamClientHomebrewSDK v1.0.0


SteamClientHomebrewSDK / client/src / DialogCommonProps

Interface: DialogCommonProps

Defined in: typescript-packages/client/src/components/Dialog.ts:6

Extends

  • RefAttributes<HTMLDivElement>

Extended by

Properties

children?

optional children: ReactNode;

Defined in: typescript-packages/client/src/components/Dialog.ts:9


className?

optional className: string;

Defined in: typescript-packages/client/src/components/Dialog.ts:8


key?

optional key: null | Key;

Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:261

Inherited from

RefAttributes.key

ref?

optional ref: LegacyRef<HTMLDivElement>;

Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:303

Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref).

See

React Docs

Inherited from

RefAttributes.ref

style?

optional style: CSSProperties;

Defined in: typescript-packages/client/src/components/Dialog.ts:7